From fe60db8b9323a1f3c1ca89ee3c18274924c04fae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 21:07:12 +0000 Subject: [PATCH] chore(main): release 1.0.0-rc.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c5..c39891b5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "1.0.0-rc.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 836cd9c5..74f18c46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [1.0.0-rc.1](https://github.com/rivet-gg/opengb-modules/compare/v0.1.1...v1.0.0-rc.1) (2024-08-07) + + +### ⚠ BREAKING CHANGES + +* rename scripts get -> fetch ([#113](https://github.com/rivet-gg/opengb-modules/issues/113)) + +### Features + +* **users:** optionally return `user` in `authenticate_token` ([01d9791](https://github.com/rivet-gg/opengb-modules/commit/01d9791b4a1955b373e7aef933b2ea67bf3ecf54)) + + +### Code Refactoring + +* **rate_limit:** migrate to actors ([#116](https://github.com/rivet-gg/opengb-modules/issues/116)) ([8c83495](https://github.com/rivet-gg/opengb-modules/commit/8c83495bcb29011121eddd56540cbb11054a7530)) + + +### Chores + +* add strict compiler options ([#129](https://github.com/rivet-gg/opengb-modules/issues/129)) ([7bb4e9e](https://github.com/rivet-gg/opengb-modules/commit/7bb4e9e48874bb103a2f789f46709e9034cd72c6)) +* format ([#128](https://github.com/rivet-gg/opengb-modules/issues/128)) ([6b2d0e3](https://github.com/rivet-gg/opengb-modules/commit/6b2d0e31a7e553c1d37d6872d339312b02e964be)) +* release 1.0.0-rc.1 ([8c8c34f](https://github.com/rivet-gg/opengb-modules/commit/8c8c34fb6b7ae5c05f135501da586fa76b24097f)) +* rename scripts get -> fetch ([#113](https://github.com/rivet-gg/opengb-modules/issues/113)) ([01d9791](https://github.com/rivet-gg/opengb-modules/commit/01d9791b4a1955b373e7aef933b2ea67bf3ecf54)) +* update `ctx.userConfig` -> `ctx.config` ([#111](https://github.com/rivet-gg/opengb-modules/issues/111)) ([c9e0f72](https://github.com/rivet-gg/opengb-modules/commit/c9e0f72c950b267a654980de4fe0308495769a00)) +* update logging ([#126](https://github.com/rivet-gg/opengb-modules/issues/126)) ([12a5cf1](https://github.com/rivet-gg/opengb-modules/commit/12a5cf19e9ae27719c5a5639a3593db3d15e97e4)) +* update raw queries to use explicit schemas for OpenGB 0.2 ([#115](https://github.com/rivet-gg/opengb-modules/issues/115)) ([28f260f](https://github.com/rivet-gg/opengb-modules/commit/28f260f776111841da3240a286c2d0f1a36ed8f5)) +* update uploads to read from correct env ([#130](https://github.com/rivet-gg/opengb-modules/issues/130)) ([6a7b08e](https://github.com/rivet-gg/opengb-modules/commit/6a7b08ee32f7478ec89f7c7ca531e0cd78eb7326)) + ## [0.1.1](https://github.com/rivet-gg/opengb-modules/compare/v0.1.0...v0.1.1) (2024-06-10)