diff options
| author | Shulhan <ms@kilabit.info> | 2022-04-03 00:08:34 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-04-03 00:08:34 +0700 |
| commit | 4433c73f2cb68c812522c946304a76ecb3c46d70 (patch) | |
| tree | 68974802ea16e179cd2fc071a40efe9998fdba03 /share.go | |
| parent | d8057042e6c707e28a57508b6bfad0a6c4f3bd01 (diff) | |
| download | pakakeh.go-0.36.0.tar.xz | |
Release share v0.36.0 (2022-04-03)v0.36.0
== Breaking changes
* lib/memfs: update the file mode and/or content on DirWatcher
* lib/memfs: changes the DirWatcher and Watcher to use channel
* all: move the DirWatcher and Watcher types from io to memfs
== New features
* lib/http: implement handler to check each request to Server Memfs
* lib/memfs: add method to stop the Watch
* lib/xmlrpc: add method to get boolean field value on Value
* lib/memfs: add method Watch to MemFS
== Enhancements
* lib/http: use package mlog for logging
== Bug fixes
* lib/memfs: check for possible nil on Get
* lib/xmlrpc: use %v to convert non-string type on GetFieldAsString
== Chores
* lib/memfs: differentiate prefix on MemFS’s Update and Node’s Update
* email/dkim: remove amazonses.com domain from test cases
* lib/memfs: move the test for NewWatcher and DirWatcher as example
Diffstat (limited to 'share.go')
| -rw-r--r-- | share.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,5 +10,5 @@ package share const ( // Version of this module. - Version = "0.34.0" + Version = "0.36.0" ) |
