Releases: NetsBlox/cloud
Releases · NetsBlox/cloud
v1.6.0
What's Changed
- Add forgot-username endpoint. Close #235 by @brollb in #236
- Add forgot-username command to CLI by @brollb in #237
- Add test for multiline usernames in forgot-username email. Fix #238 by @brollb in #239
- Return error if no users found w/ the email by @brollb in #240
- Add missing ts typedef to export by @brollb in #241
- Add support for magic links. Close #229 by @brollb in #243
- bump to v1.6.0 by @brollb in #242
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Update unstable/rc deps by @brollb in #221
- Add test for "yed" username validity by @brollb in #223
- Increase client request timeout to 1 minute (from 5s) by @brollb in #227
- Add test for client info not found by @brollb in #228
- Update quick start instructions by @brollb in #230
- Allow public authorized service hosts to have categories by @brollb in #231
- Update authorized host in local config to support public cats by @brollb in #233
- bump to v1.5.0 by @brollb in #234
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Generate TS types from Rust by @brollb in #137
- Add ts types for a few missing ones; code cleanup by @brollb in #209
- Export TS type for SendMessage by @brollb in #210
- Return new library state on set state by @brollb in #211
- Set service hosts on group creation by @brollb in #213
- Update NewUser to be serialized with camelCase by @brollb in #214
- Use $set update when saving library w/ approval required. Fix #215 by @brollb in #216
- bump to v1.4.0 by @brollb in #218
Full Changelog: v1.3.5...v1.4.0
v1.3.5
v1.3.4
What's Changed
- Update project cache on project Created -> Transient by @brollb in #200
- Allow ! in project/role names by @brollb in #203
- Set updated field on activate project by @brollb in #204
- Use project actions to cleanup empty transient projects by @brollb in #201
- bump to v1.3.4 by @brollb in #206
Full Changelog: v1.3.3...v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
What's Changed
- Don't confirm password on login by @brollb in #180
- Clean up old println; swap for actual logger by @brollb in #181
- Computing the time 10 minutes from now shouldn't need a checked add by @brollb in #182
- log error if unable to compute unix timestamp by @brollb in #183
- Print users as json when listing users by @brollb in #185
- Pass channel for shutting down server on topo panic. Close #178 by @brollb in #186
- bump to v1.3.0 by @brollb in #187
Full Changelog: v1.2.1...v1.3.0