diff options
| author | Shulhan <ms@kilabit.info> | 2023-04-01 14:25:17 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-04-01 14:38:00 +0700 |
| commit | 133331febf70ff5c22c5c7e7568eae69f5f704eb (patch) | |
| tree | 022d1bd94e4b3fe2c8a4dd8f3a0128ef224e6057 /share.go | |
| parent | a2ba0eefc07887ed10809f901a5afa2de04b81e5 (diff) | |
| download | pakakeh.go-0.45.0.tar.xz | |
Release share v0.45.0 (2023-04-01)v0.45.0
This release set the Go version to 1.19.
=== Breaking changes
* lib/net: changes the PopulateQuery logic
=== New features
* _bin: add shell script go-test-lint.sh to run test and lint sequentially
* lib/bytes: add function DumpPrettyTable
* lib/bytes: add function SplitEach
* lib/dns: add function ParseZone
* lib/dns: add method WriteTo to Zone
* lib/http: add function to parse multipart Range response for Client
* lib/http: add support for HTTP Range in Server
* lib/io: add method ReplaceAll on Reader
* lib/parser: add method TokenTrimSpace
* lib/parser: add method SetDelimiters
* lib/telemetry: new package for collecting and forwarding metrics
=== Bug fixes
* lib/dns: fix packing, parsing, and saving MINFO resource data
* lib/dns: fix packing and unpacking resource record HINFO
* lib/dns: fix parsing SRV record from zone file
=== Enhancements
* lib/dns: allow parsing TXT rdata without quote in zone file
* lib/dns: handle zone file with CRLF line ending
* lib/test: simplify the string diff output from Assert
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.44.0` + Version = `0.45.0` ) |
