1
0
mirror of https://github.com/etesync/server synced 2024-11-19 07:18:08 +00:00
etesync-server/ChangeLog.md

65 lines
2.1 KiB
Markdown
Raw Normal View History

2020-10-18 15:28:51 +00:00
# Changelog
2022-10-04 16:31:38 +00:00
## Version 0.10.0
- Replace the deprecated aioredis with redis-py
- Optimize how we fetch the current (latest) revision of items
2022-06-13 11:02:48 +00:00
## Version 0.9.1
- Update pinned Django version (only matters if using `requirements.txt`).
2022-06-13 10:59:06 +00:00
## Version 0.9.0
- Add LDAP support for checking the validity of a username
- Allow specifying engine-specific database options
- Fix crash on shutdown when redis isn't used
- Reorganize the code to be a valid Python package
2022-03-25 12:18:55 +00:00
## Version 0.8.3
- Fix compatibility with latest fastapi
2022-03-23 10:59:41 +00:00
## Version 0.8.2
- Update dependencies again
2022-03-20 15:48:23 +00:00
## Version 0.8.1
* Fix Error `404 Not Found` for Static Files
* Fix Django 3.2 warnings
* Update dependencies while (keep Django 3.2 LTS)
2022-03-17 18:25:37 +00:00
## Version 0.8.0
* Update django dep.
* Fix issue with comparing ports in hostname verification with self-hosted servers.
* Fix sendfile settings to be more correct.
* Improve easy config (make it clear media_root needs to be set)
* Handle stoken being the empty string
* Fix mysql/mariadb support
* Switch to FastAPI for the server component
2020-12-28 14:39:16 +00:00
## Version 0.7.0
* Chunks: improve the chunk download endpoint to use sendfile extensions
* Chunks: support not passing chunk content if exists
* Chunks: fix chunk uploading media type to accept everything
* Gracefull handle uploading the same revision
* Pass generic context to callbacks instead of the whole view
* Fix handling of some validation errors
2020-12-14 11:48:05 +00:00
## Version 0.6.1
* Collection: save the UID on the model to use the db for enforcing uniqueness
2020-12-04 17:15:10 +00:00
## Version 0.6.0
* Fix stoken calculation performance - was VERY slow in some rare cases
* Fix issues with host verification failing with a custom port - part 2
2020-11-19 08:12:42 +00:00
## Version 0.5.3
* Add missing migration
2020-11-14 14:56:26 +00:00
## Version 0.5.2
* Fix issues with host verification failing with a custom port
* Add env variable to change configuration file path.
* Change user creation to not ask for a password (and clarify the readme).
2020-11-01 09:32:16 +00:00
## Version 0.5.1
* Enforce collections to always have a collection type set
* Collection saving: add another verification for collection UID uniqueness.
2020-10-18 15:28:51 +00:00
## Version 0.5.0
* First Etebase-server release (was EteSync-server before)