diff options
| author | Shulhan <ms@kilabit.info> | 2023-06-04 01:53:28 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-06-04 04:58:14 +0700 |
| commit | 2d57327dbe2d2d2d819d699f543daac9a55e48e9 (patch) | |
| tree | 3fab99ad2162d76f7abd846185ab8e025c6ccba3 /share.go | |
| parent | 25d09e2625ffe7a3a254f5bdb3351f405bfb0246 (diff) | |
| download | pakakeh.go-0.47.0.tar.xz | |
Release share v0.47.0 (2023-06-04)v0.47.0
=== Breaking changes
* email/maildir: major refactoring plus adding unit tests
* lib/email: unexport the field ContentType in the field
=== Bug fixes
* lib/dns: fix zone parsing on SOA record with single line
* lib/memfs: ignore permission error when scanning directory content
* lib/memfs: fix panic when watched file deleted or renamed
* lib/email: fix parsing multiple parameters in ContentType
=== New features
* cmd/bcrypt: CLI to compare or generate hash using bcrypt
* lib/sql: add type DmlKind
* email/maildir: implement Folder
* lib/net: add function WaitAlive
* lib/smtp: implement Client SendEmail
=== Enhancements
* lib/dns: add option to set debug level in ServerOptions
* lib/dns: do not cache empty answers
* _bin/go-test-coverhtml: add parameter to run specific test
* lib/http: redirect path with slash if request is directory
* lib/email: handle obsolete white spaces and comment when unpacking date
* lib/email: set the Field Type and unpack its value on ParseField
* lib/net: increase the maximum poll events
* lib/websocket: increase the max buffer and queue for better throughput
=== Chores
* all: remove any usage of debug.Value in all packages
* lib/test: update documentation related to Assert and Data
* all: record the contributors of this module in file AUTHORS
Signed-off-by: Shulhan <ms@kilabit.info>
Diffstat (limited to 'share.go')
| -rw-r--r-- | share.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,5 +8,5 @@ package share var ( // Version of this module. - Version = `0.46.1-dev` + Version = `0.47.0` ) |
