💥Breaking Change Notice
Overview
This release introduces significant changes to user identification stored in the database to improve security, which is necessary for the implementation of new features such as the REST API. It is strongly advisable to back up your existing data before applying this update.
What to Expect
- The update is expected to proceed without issues for both existing and new users, as the migration script is designed to seamlessly handle the transition to the new user ID format. Nonetheless, it is recommended to perform a database backup before applying the update as a safety measure.
📝 Release Notes
- Update zerotier url during registration based on standalone or docker enviroment (#197)
- Possbile to add expiration time for users. (#189)
- Fixed bug when using
ZT_ADDR
andZT_SECRET
env. - Change user ID in database from int to 25char id (#191)
- Added Restfull API https://ztnet.network/Rest%20Api/User/post-new-user (#189)
- Updated standalone installation docs by @tinola (#188)
- Updated standalone installation scripts by @tinola (#186)
- Added install.ztnet.network package to main repo (#185)
- Use diffrent zerotier paths when using freebsd / debian / docker. (#183)
- Improved iterations to handle Undefined Values (#179)
- Fixed font and background colors for public pages (#178)
- Bump @babel/traverse from 7.22.11 to 7.23.2 (#172)
- Bump @babel/traverse from 7.22.11 to 7.23.2 in /docs/ztnet (#173)
Full Changelog: 0.3.11...0.3.12