diff options
| author | Shulhan <ms@kilabit.info> | 2024-01-06 17:49:56 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-01-06 17:50:21 +0700 |
| commit | 84ee82ffe4bedf85aa3a69f45034d0d1e1b74e6a (patch) | |
| tree | 52907fb8c0dfc91d92b36ee2ac661249729c0e4c /_doc/index.adoc | |
| parent | bbefc9b4cd94a0688c45245ff2b2386ddb76d32e (diff) | |
| download | pakakeh.go-0.52.0.tar.xz | |
Release share v0.52.0 (2024-01-06)v0.52.0
=== New features
* ssh/config: add method MarshalText and WriteTo
* lib/ssh: implement method Output on Client
* ssh/sftp: implement method MkdirAll on Client
* cmd/httpdfs: implement [libhttp.Server] with [memfs.MemFS]
=== Breaking changes
* ssh/config: refactoring the Config merge
* ssh/config: add parameter Config to NewSection
* lib/ssh: add parameter context to Execute method
* lib/time: remove UnixMicro and UnixMilli
* lib/io: removed, this package has been merged into "lib/os"
* lib/parser: removed, this package has been merged into lib/strings
=== Bug fixes
* ssh/config: fix setting the default values
* ssh/config: set the Hostname if its not set on [Config.Get]
* http/sseclient: fix data race on [Client.Close]
* http/sseclient: fix Retry value not set to millisecond
* ssh/sftp: fix Stat on empty remote file name
* ssh/sftp: fix non-nil returned error on Close
=== Enhancements
* ssh/config: merge the Section slice values on [Section.merge]
* ssh/config: set the default UserKnownHostsFile in setDefaults
Diffstat (limited to '_doc/index.adoc')
| -rw-r--r-- | _doc/index.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_doc/index.adoc b/_doc/index.adoc index 794f2755..39bfa6bd 100644 --- a/_doc/index.adoc +++ b/_doc/index.adoc @@ -41,6 +41,9 @@ This library is released every month, usually at the first week of month. link:CHANGELOG.html[Latest changelog^]. +link:CHANGELOG_2023.html[Changelog in 2023^]. +This is changelog for share module since v0.43.0 until v0.51.0. + link:CHANGELOG_2022.html[Changelog in 2022^]. This is changelog for share module since v0.33.0 until v0.42.0. |
