1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00
falk-werner_webfuse/changelog.md

51 lines
2.0 KiB
Markdown
Raw Normal View History

2020-06-05 11:49:24 +00:00
# webfuse changelog
2020-11-14 09:08:33 +00:00
## 0.8.0 _(unknown)_
2020-11-14 08:16:56 +00:00
## 0.7.0 _(Sat Nov 14 2020)_
2020-11-11 16:24:38 +00:00
2020-11-13 10:08:40 +00:00
* __Feature:__ Allow to pass mount options to fuse
* __Fix:__ Set C/C++ compiler version
2020-11-11 16:08:38 +00:00
## 0.6.0 _(Wed Nov 11 2020)_
* __Feature:__ Reduce version numbers of dependencies to required minimum
2020-11-13 10:08:40 +00:00
* __Fix:__ Remove obsolete ping_pong interval (compatibility with newer versions of libwebsockets)
2020-07-19 10:09:20 +00:00
2020-07-19 09:11:23 +00:00
## 0.5.0 _(Sun Jul 19 2020)_
2020-07-05 08:21:19 +00:00
2020-07-19 09:19:25 +00:00
* __Feature:__ Remove dependency to libjansson
* __Feature:__ Increase performace
* __Fix:__ Fix deadlock reading files larger that a few KBytes (Isseue #82)
2020-07-05 07:47:58 +00:00
## 0.4.0 _(Sun Jul 05 2020)_
2020-06-05 13:29:24 +00:00
2020-07-19 09:19:25 +00:00
* __Breaking Change:__ Remove CMake support (change build system to meson)
* __Breaking Change:__ Make argument credentials const in `wf_authenticate_fn`
* __Breaking Change:__ Moved provider library into [separate project](https://github.com/falk-werner/webfuse-provider)
2020-07-19 10:09:20 +00:00
* __Breaking Change:__ Renamed library (libwebfuse_adapter -> libwebfuse)
2020-07-19 09:19:25 +00:00
* __Feature:__ Add adapter client implementation
* __Feature:__ Allow system to choose port of webfuse server (by setting port in `wf_server_config` to 0)
* __Fix:__ Fix meson build failure when gtest or jansson are not installed
* __Fix:__ Fix crash if libfuse is not available at runtime
2020-06-05 21:44:00 +00:00
2020-06-05 11:49:24 +00:00
## 0.3.0 _(Fri Jun 05 2020)_
2020-07-19 09:19:25 +00:00
* __Breaking Change:__ Remove argument `timeout_ms` in `wf_server_service` and `wfp_client_service`
* __Breaking Change:__ Remove `wfp_client_ontimer`
* __Feature:__ Add meson build support
* __Feature:__ Add `wf_server_interrupt` and `wfp_client_interrupt`
2020-06-05 11:49:24 +00:00
## 0.2.0 _(Sun Mar 01 2020)_
2020-07-19 09:19:25 +00:00
* __Feature:__ Add authentication support of provider
* __Feature:__ Add API documentation (doxygen)
* __Feature:__ Add `mountpoint_factory`
* __Feature:__ Add option to build adapter and provider libraries separately
* __Fix:__ Fix crash of example when using option `-h`
* __Fix:__ Fix error in `static_filesystem` providen when adding multiple files to same directory
2020-06-05 11:49:24 +00:00
## 0.1.0 _(Sat Apr 27 2019)_
* initial version