zeytin 2.3.1
zeytin: ^2.3.1 copied to clipboard
A server solution that is independent of external dependencies, has its own database engine, is end-to-end encrypted, and is autonomous.
0.0.1 #
- TODO: Describe initial release.
2.1.0 #
- Major changes on the server side: The token acquisition mechanism has been completely changed; email and password no longer circulate within the payload.
- Changes in system infrastructure.
2.2.0 #
- Cleaning and updates.
2.3.0 #
-
The Zeytin database engine needed to be updated to gain certain capabilities and become more secure. The engine’s code has been completely rewritten. However, this will not affect your development experience or the security of your existing data.
-
Zeytin is now more secure.
-
Email Service Active! You can now send emails to your users by adding a few lines to the config.dart file on the server (check GitHub!). I’ve explained how to do this in section 14 of the
README.md.
2.3.1 #
- Minor bug patches.