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 /share.go | |
| 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 '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.51.0` + Version = `0.52.0` ) |
