docs: 0.7.2

This commit is contained in:
Ben Allfree 2023-06-14 22:20:23 +00:00
parent 54894fe0ae
commit d94ac64afe
3 changed files with 36 additions and 3 deletions

View File

@ -28,6 +28,7 @@
## Release History ## Release History
- [next](releases/next.md) - [next](releases/next.md)
- [0.7.2](releases/0.7.2.md)
- [0.7.1](releases/0.7.1.md) - [0.7.1](releases/0.7.1.md)
- [0.7.0](releases/0.7.0.md) - [0.7.0](releases/0.7.0.md)
- [0.6.1](releases/0.6.1.md) - [0.6.1](releases/0.6.1.md)

35
gitbook/releases/0.7.2.md Normal file
View File

@ -0,0 +1,35 @@
# 0.7.2
[PocketHost](https://pockethost.io), the zero-config 'PocketBase in the cloud' platform, has reached v0.7.2 today. Thank you for everyone's continued support for this project.
## What's New
With this release, you can now adjust the PocketBase version. It will accept semantic versions and semantic version ranges.
With limited testing, it seems that PocketBase will refuse to run on an older version of the database, so there is no danger to accidentally rolling back to an earlier version of PocketBase.
## Change log
- feat: css cosmetics
- feat: update pocketbase semver
- docs: roadmap
- fix: semver validation
- chore: cleanup backup/restore UI
- chore: remove resetBackups RPC
- chore: backup/restore cleanup
- fix: missing WorkerLogFields type
- chore: log context update
- chore: pm2 log update
- chore: remove instance backup remanence
- chore: singleton base config
- chore: add log breadcrumb support
## Stats and Info
- 326 github stars (personal best!)
- ~2000 registered users
- ~2500 instances created
- ~1.5 million instance invocations to date (# times PocketBase executable has been launched)
- ~400 instances active and used in the past week. This tracks, about 15% of instances are in active use.
Check out the [FAQ](https://pockethost.gitbook.io/manual/overview/faq) and [roadmap](https://pockethost.gitbook.io/manual/overview/roadmap) for more details.

View File

@ -1,4 +1 @@
# Changes in `master` not yet released # Changes in `master` not yet released
- chore: add log breadcrumb support
-