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
1.3 KiB
Markdown
Raw Normal View History

2020-06-05 11:49:24 +00:00
# webfuse changelog
2020-06-05 13:29:24 +00:00
## 0.4.0 _(unknown)_
2020-06-09 15:46:10 +00:00
### Breaking Changes
* Remove CMake support (change build system to meson)
* Make argument credentials const in `wf_authenticate_fn`
2020-06-26 17:33:47 +00:00
* Moved provider library into [separate project](https://github.com/falk-werner/webfuse-provider)
2020-06-26 16:39:33 +00:00
* Renamed library (libwebfuse_adapter -> libwebfuse)
### New Features
2020-06-14 12:20:20 +00:00
* Add adapter client implementation
* Allow system to choose port of webfuse server (by setting port in `wf_server_config` to 0)
2020-06-09 15:46:10 +00:00
2020-06-05 21:44:00 +00:00
### Fixes
* Fix meson build failure when gtest or jansson are not installed
* 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)_
### Breaking Changes
* Remove argument `timeout_ms` in `wf_server_service` and `wfp_client_service`
* Remove `wfp_client_ontimer`
### New Features
* Add meson build support
* Add `wf_server_interrupt` and `wfp_client_interrupt`
## 0.2.0 _(Sun Mar 01 2020)_
### New Features
* Add authentication support of provider
* Add API documentation (doxygen)
* Add `mountpoint_factory`
* Add option to build adapter and provider libraries separately
### Fixes
* Fix crash of example when using option `-h`
* Fix error in `static_filesystem` providen when adding multiple files to same directory
## 0.1.0 _(Sat Apr 27 2019)_
* initial version