Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit cc5072f

Browse files
chore(main): release 1.1.0-rc.1
1 parent f2f3924 commit cc5072f

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0-rc.1"
2+
".": "1.1.0-rc.1"
33
}

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
# Changelog
22

3+
## [1.1.0-rc.1](https://github.com/rivet-gg/modules-old/compare/v1.0.0-rc.1...v1.1.0-rc.1) (2024-09-17)
4+
5+
6+
### Features
7+
8+
* add identity providers for `email`, `email_link`, `email_password`, `email_passwordless`, and `username_password` ([#144](https://github.com/rivet-gg/modules-old/issues/144)) ([0f9152f](https://github.com/rivet-gg/modules-old/commit/0f9152f4ce57f694e9f5367d1da6039c13257dc3))
9+
* Create the `identites` module ([#121](https://github.com/rivet-gg/modules-old/issues/121)) ([ba39943](https://github.com/rivet-gg/modules-old/commit/ba39943b74877721bffd368e221ef546483b46b7))
10+
* Create the `user_passwords` module ([#127](https://github.com/rivet-gg/modules-old/issues/127)) ([7d12d24](https://github.com/rivet-gg/modules-old/commit/7d12d24836919621622bd4073289a8066c03deb4))
11+
* **sandbox:** create sandbox foundation ([#133](https://github.com/rivet-gg/modules-old/issues/133)) ([692d68a](https://github.com/rivet-gg/modules-old/commit/692d68a671a80bfeb4b8e895ac0d8b4f193484fd))
12+
13+
14+
### Bug Fixes
15+
16+
* **lobbies:** make list_regions public ([#159](https://github.com/rivet-gg/modules-old/issues/159)) ([a97095b](https://github.com/rivet-gg/modules-old/commit/a97095bc3d865be8783c1b53027313448f8495a2))
17+
18+
19+
### Tests
20+
21+
* **tokens:** add a test for the `meta` field. ([#117](https://github.com/rivet-gg/modules-old/issues/117)) ([7bc0a69](https://github.com/rivet-gg/modules-old/commit/7bc0a6905151ca6e99c0d44baec9626b42ff0ce8))
22+
23+
24+
### Chores
25+
26+
* add coming soon modules ([#120](https://github.com/rivet-gg/modules-old/issues/120)) ([5f71917](https://github.com/rivet-gg/modules-old/commit/5f7191716fde37c042cf7a54bae508d943c8bb23))
27+
* add early access links ([#149](https://github.com/rivet-gg/modules-old/issues/149)) ([7b1fdce](https://github.com/rivet-gg/modules-old/commit/7b1fdce5efee9523878797ce3a12a917d14aa6f4))
28+
* add rivet-gg to authors of first-party modules ([#151](https://github.com/rivet-gg/modules-old/issues/151)) ([9d99d23](https://github.com/rivet-gg/modules-old/commit/9d99d2341695a8adf7b3d2914eb05847ece388a0))
29+
* add sandbox scripts ([#141](https://github.com/rivet-gg/modules-old/issues/141)) ([cab6396](https://github.com/rivet-gg/modules-old/commit/cab6396f9f36cae76b4581db5fe545b1fef6a439))
30+
* generate migrations ([#146](https://github.com/rivet-gg/modules-old/issues/146)) ([4381160](https://github.com/rivet-gg/modules-old/commit/4381160e15bbf51d5229cfa4910490b31902172b))
31+
* **lobbies:** add lnd-* region prefixes ([#139](https://github.com/rivet-gg/modules-old/issues/139)) ([205f841](https://github.com/rivet-gg/modules-old/commit/205f841ab3d6bd54c98ecaa21cd24202e1e69bb9))
32+
* **lobbies:** fix tests with stricter validation ([#162](https://github.com/rivet-gg/modules-old/issues/162)) ([330f63e](https://github.com/rivet-gg/modules-old/commit/330f63e1de89904a7a7354c5efd262596ec3132e))
33+
* **lobbies:** remove crash on invalid transport ([#165](https://github.com/rivet-gg/modules-old/issues/165)) ([47deee2](https://github.com/rivet-gg/modules-old/commit/47deee24d4d72980cc6a2088dec4d6c285aa1ed4))
34+
* **lobbies:** upgrade multiplayer manager sdk addon ([#160](https://github.com/rivet-gg/modules-old/issues/160)) ([88c0be5](https://github.com/rivet-gg/modules-old/commit/88c0be5bc15abb195acfe160aa695445de3a47e3))
35+
* migrate database query api ([#140](https://github.com/rivet-gg/modules-old/issues/140)) ([d03bd83](https://github.com/rivet-gg/modules-old/commit/d03bd83dda3ce39b3bea1980d6dff65e92aa5a3a))
36+
* name scripts ([b81597a](https://github.com/rivet-gg/modules-old/commit/b81597ab946c190f32df9eed03b7c690658eecd4))
37+
* **rate_limit:** remove db ([#137](https://github.com/rivet-gg/modules-old/issues/137)) ([a2f5af1](https://github.com/rivet-gg/modules-old/commit/a2f5af1983e97c0314fa4649d32ce27e95e54012))
38+
* remove enable from auth* configs ([#145](https://github.com/rivet-gg/modules-old/issues/145)) ([22132b7](https://github.com/rivet-gg/modules-old/commit/22132b748f0af1e2e473e20625fba65b3da4d679))
39+
* remove placeholder db from presence ([#153](https://github.com/rivet-gg/modules-old/issues/153)) ([0f251d4](https://github.com/rivet-gg/modules-old/commit/0f251d434e2e39a3685871f6bc91efa01c82da4d))
40+
* **sandbox:** update to new rivet.json schema ([#164](https://github.com/rivet-gg/modules-old/issues/164)) ([20878ff](https://github.com/rivet-gg/modules-old/commit/20878ff1a24bf8fd50286bcd937d6b7c836df013))
41+
* **tests:** move backend.json -> rivet.json ([#163](https://github.com/rivet-gg/modules-old/issues/163)) ([f37cfdf](https://github.com/rivet-gg/modules-old/commit/f37cfdfde7199108458c60f68881665e2f56aca0))
42+
* update lobbies docs ([#148](https://github.com/rivet-gg/modules-old/issues/148)) ([e7cf600](https://github.com/rivet-gg/modules-old/commit/e7cf600216250e634c6696d3743888f99c08abe2))
43+
* update module list ([#155](https://github.com/rivet-gg/modules-old/issues/155)) ([a5c1e37](https://github.com/rivet-gg/modules-old/commit/a5c1e37e5171fd7922013bbb6ec7259befbef236))
44+
* **uploads:** add missing script name ([#147](https://github.com/rivet-gg/modules-old/issues/147)) ([579507a](https://github.com/rivet-gg/modules-old/commit/579507a341016e197757365649dae5192cfbff0d))
45+
* **user_passwords:** temporarily disable hashing to work around wasm bug ([#150](https://github.com/rivet-gg/modules-old/issues/150)) ([3e92580](https://github.com/rivet-gg/modules-old/commit/3e92580e5b344b15c8f6f945de756cd13e84069a))
46+
347
## [1.0.0-rc.1](https://github.com/rivet-gg/opengb-modules/compare/v0.1.1...v1.0.0-rc.1) (2024-08-07)
448

549

0 commit comments

Comments
 (0)