Releases: linyows/warp
Releases · linyows/warp
v0.17.0
Features
Improvements
- Fix comparison: IP address for IP address by @fatalbanana in #34
- Compare ip and port for loop by @linyows in #36
- Allow lowercase letters for MAIL FROM and RCPT TO by @linyows in #38
Refactoring
- Add container files for development by @linyows in #33
- Update workflows by @linyows in #39
- Add E2E test suite and fix pipe buffer aliasing bug by @linyows in #106
Dependencies
- Bump react and @types/react in /website by @dependabot[bot] in #41
- Bump github.com/go-sql-driver/mysql from 1.7.1 to 1.9.3 by @dependabot[bot] in #40
- Bump eslint from 8.57.0 to 9.30.1 in /website by @dependabot[bot] in #44
- Bump github.com/glebarez/go-sqlite from 1.21.2 to 1.22.0 by @dependabot[bot] in #42
- Bump github.com/DATA-DOG/go-sqlmock from 1.5.0 to 1.5.2 by @dependabot[bot] in #43
- Bump next from 14.2.3 to 15.3.5 in /website by @dependabot[bot] in #45
- Bump typescript from 5.4.5 to 5.8.3 in /website by @dependabot[bot] in #46
- Bump rotion from 0.3.2 to 1.15.0 in /website by @dependabot[bot] in #47
- Bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.38.0 by @dependabot[bot] in #48
- Bump nanoid from 3.3.7 to 3.3.11 in /website by @dependabot[bot] in #51
- Bump prismjs from 1.29.0 to 1.30.0 in /website by @dependabot[bot] in #49
- Bump braces from 3.0.2 to 3.0.3 in /website by @dependabot[bot] in #50
- Bump golang.org/x/oauth2 from 0.0.0-20190604053449-0f29369cfe45 to 0.27.0 by @dependabot[bot] in #96
- Bump rotion from 3.0.0 to 3.0.1 in /website by @dependabot[bot] in #101
- Bump @types/node from 25.0.3 to 25.0.10 in /website by @dependabot[bot] in #102
- Bump next from 16.1.1 to 16.1.5 in /website by @dependabot[bot] in #105
- Bump react-dom from 19.2.3 to 19.2.4 in /website by @dependabot[bot] in #104
- Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 by @dependabot[bot] in #109
Website
- Add website by @linyows in #37
- Migrate website to App Router and update rotion to v3.1.0 by @linyows in #108
New Contributors
- @fatalbanana made their first contribution in #34
- @dependabot[bot] made their first contribution in #41
Full Changelog: v0.16.0...v0.17.0
v0.16.0
v0.15.0
v0.14.0
Changelog
- 6a1fa4d add mail header and body in integration test
- a035f39 add verbose for test
- f4d97fd buffer size is 10mb
- fec549a go version is 1.18 later
- 06855c8 raise fail when returns STARTTLS as Extension
- ae6c306 through error when closed net socket
- 401d60e update data when removed ext for starttls
- eb9de1e use isWaitedStarttlsRes flag
v0.13.0
v0.11.0
v0.10.1
v0.10.0
Changelog
- e85c762 add Plugins struct
- 73072de add afterinit to mysql and file plugin
- 799f984 add hook for AfterInit()
- 9602824 add sqlite plugin
- ea2beff add target for sqlite plugin to Makefile
- 4e67463 add test
- e670433 add testdata
- b1a353c remove arm
- eaffc8a remove darwin and arm
- 2d24497 rename plugin to plugins
- 7d49951 specify binary name for plugin
- 4836a4a split archies
- d4de0b2 split archives
- aa5d64a typo
- 06d0731 update README.md
- 52a3e25 update go.mod
- 7c0ec7e update goreleaser
- 7bb0a0c update sqlite plugin
v0.8.1
v0.8.0
Changelog
- fbf39f5 Update README.md
- da6ea0e add parse command option
- 5aaaf17 add port_rage.go
- f73d93a change port number in test
- 3849880 close listener!
- 7841699 fix miss
- cc82f25 logging error message
- c95d23e remove unnecessary defer
- 1a9def4 to public struct
- d6b7fe4 use outboud port range
- 2f3b54d use random port checks instead of incremental port checks