|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [0.6.0](https://github.com/rivet-gg/actor-core/compare/v0.4.0...v0.6.0) (2025-03-05) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* **@actor-core/cli:** add cli ([#642](https://github.com/rivet-gg/actor-core/issues/642)) ([d919f1a](https://github.com/rivet-gg/actor-core/commit/d919f1aa11972f0513f6ad5851965b7f469624cd)) |
| 9 | +* add config validation ([#648](https://github.com/rivet-gg/actor-core/issues/648)) ([3323988](https://github.com/rivet-gg/actor-core/commit/3323988f6ab3d5d9ba99ba113f6b8e4a7f4c5ec7)) |
| 10 | +* add cors support ([#647](https://github.com/rivet-gg/actor-core/issues/647)) ([ef13939](https://github.com/rivet-gg/actor-core/commit/ef13939f57c333d19b1cafc29b003bce1ccb8cf9)) |
| 11 | +* add release candidate support to publish script ([#660](https://github.com/rivet-gg/actor-core/issues/660)) ([f6c6adc](https://github.com/rivet-gg/actor-core/commit/f6c6adc8dd8fe9ceb237ba55be7f5953fe8047ec)) |
| 12 | +* **create-actor:** add create-actor lib ([#641](https://github.com/rivet-gg/actor-core/issues/641)) ([05b5894](https://github.com/rivet-gg/actor-core/commit/05b5894d4ca84f3b76f4a6fb6fa2ff4c6a5f9372)) |
| 13 | +* support transport negotiation between client and server ([#636](https://github.com/rivet-gg/actor-core/issues/636)) ([a6fa986](https://github.com/rivet-gg/actor-core/commit/a6fa986b657e7fa294c95fb95cc51cc7930651be)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* exclude create-actor from non-core packages validation ([#656](https://github.com/rivet-gg/actor-core/issues/656)) ([2f2e1da](https://github.com/rivet-gg/actor-core/commit/2f2e1daa4fdb5643b389c6fb261c96a0f37471fa)) |
| 19 | +* update yarn.lock deps ([#655](https://github.com/rivet-gg/actor-core/issues/655)) ([39958ab](https://github.com/rivet-gg/actor-core/commit/39958abb0387e3b6a83bc13613665d2ec44b129b)) |
| 20 | + |
| 21 | + |
| 22 | +### Documentation |
| 23 | + |
| 24 | +* add changelog ([#651](https://github.com/rivet-gg/actor-core/issues/651)) ([4931a2a](https://github.com/rivet-gg/actor-core/commit/4931a2a2e7eb244791f48508ee94d50dc1ea401e)) |
| 25 | +* add changelog for v0.6.0 ([#661](https://github.com/rivet-gg/actor-core/issues/661)) ([22fa68c](https://github.com/rivet-gg/actor-core/commit/22fa68c092614fbb61228fcd96a84af9292d648c)) |
| 26 | +* add llm resources ([#653](https://github.com/rivet-gg/actor-core/issues/653)) ([de201a4](https://github.com/rivet-gg/actor-core/commit/de201a4b4796fc43fc4cb330e1e1e5bec1b4d239)) |
| 27 | +* fix private method name in schedule example ([#643](https://github.com/rivet-gg/actor-core/issues/643)) ([8ada3a7](https://github.com/rivet-gg/actor-core/commit/8ada3a7e13f564ae0135861951703778d72a39c4)) |
| 28 | +* new landing page ([#630](https://github.com/rivet-gg/actor-core/issues/630)) ([b8e4a8b](https://github.com/rivet-gg/actor-core/commit/b8e4a8b1c7a5311372faa00aeeb5a883c762032b)) |
| 29 | +* replace managing actors with building actors & interacting with actors ([436d76c](https://github.com/rivet-gg/actor-core/commit/436d76c2de133bc1337d9e2240e274a2060540d6)) |
| 30 | +* replace managing actors with building actors & interacting with actors ([#654](https://github.com/rivet-gg/actor-core/issues/654)) ([436d76c](https://github.com/rivet-gg/actor-core/commit/436d76c2de133bc1337d9e2240e274a2060540d6)) |
| 31 | +* update Bluesky profile URL ([#644](https://github.com/rivet-gg/actor-core/issues/644)) ([5e4d5ee](https://github.com/rivet-gg/actor-core/commit/5e4d5eec962ab0e243fc99561b5179c351f222dd)) |
| 32 | +* update changelog for add your own driver ([#652](https://github.com/rivet-gg/actor-core/issues/652)) ([dc17dd1](https://github.com/rivet-gg/actor-core/commit/dc17dd1702a72680a8830841cb10005840ecd036)) |
| 33 | +* update feature comparison table ([#640](https://github.com/rivet-gg/actor-core/issues/640)) ([237784e](https://github.com/rivet-gg/actor-core/commit/237784ed69c67a3578c4e51f989ad8816092cefa)) |
| 34 | +* update quickstart guide ([436d76c](https://github.com/rivet-gg/actor-core/commit/436d76c2de133bc1337d9e2240e274a2060540d6)) |
| 35 | +* update Rivet documentation links ([#664](https://github.com/rivet-gg/actor-core/issues/664)) ([1ab1947](https://github.com/rivet-gg/actor-core/commit/1ab194738a4448f10afab55a2b37c8326e6d66ee)) |
| 36 | + |
| 37 | + |
| 38 | +### Code Refactoring |
| 39 | + |
| 40 | +* move redis p2p logic to generic driver ([#645](https://github.com/rivet-gg/actor-core/issues/645)) ([35c5f71](https://github.com/rivet-gg/actor-core/commit/35c5f71d4a2b17f699c348c8a1cd80589cf40af7)) |
| 41 | + |
| 42 | + |
| 43 | +### Chores |
| 44 | + |
| 45 | +* add aider to gitignore ([#635](https://github.com/rivet-gg/actor-core/issues/635)) ([b8cedf2](https://github.com/rivet-gg/actor-core/commit/b8cedf2c6cec502abdda37f4c4d142a62fbfbc02)) |
| 46 | +* add commit logging to publish script ([#657](https://github.com/rivet-gg/actor-core/issues/657)) ([6d9b73b](https://github.com/rivet-gg/actor-core/commit/6d9b73be7c4dd475a02c79eead584bda85348bf5)) |
| 47 | +* add docs-bump command ([0d9ebb8](https://github.com/rivet-gg/actor-core/commit/0d9ebb8f64a32005e12db808149f63832f197cfd)) |
| 48 | +* bump mintlify ([6e88f31](https://github.com/rivet-gg/actor-core/commit/6e88f312bb6535b271ce7aeb3e9dafc8ad7a9c3a)) |
| 49 | +* bump mintlify ([64b99e4](https://github.com/rivet-gg/actor-core/commit/64b99e4178ae2a61a62c0d0874524bcb78b296d0)) |
| 50 | +* bump mintlify ([42a1d83](https://github.com/rivet-gg/actor-core/commit/42a1d83ec26019f31ab0a0258553f9a3c8833cb5)) |
| 51 | +* bump mintlify ([e6f0263](https://github.com/rivet-gg/actor-core/commit/e6f026379e51b95e4164e4f818718e0128defa18)) |
| 52 | +* **cloudflare-workers:** export ActorHandle with createRouter ([#649](https://github.com/rivet-gg/actor-core/issues/649)) ([8c226be](https://github.com/rivet-gg/actor-core/commit/8c226be3a95909ab2d65b0c4b21a1fb9b4050e2d)) |
| 53 | +* docs-bump command ([1d93be1](https://github.com/rivet-gg/actor-core/commit/1d93be161db0b55dc7559cd4c57d602b17ff0dc0)) |
| 54 | +* **publish:** improve git push error handling ([6209d07](https://github.com/rivet-gg/actor-core/commit/6209d0745560588863789679ffa7eb2c506c1bfd)) |
| 55 | +* **publish:** improve git push error handling ([#659](https://github.com/rivet-gg/actor-core/issues/659)) ([6209d07](https://github.com/rivet-gg/actor-core/commit/6209d0745560588863789679ffa7eb2c506c1bfd)) |
| 56 | +* release 0.5.0 ([6e3aa0b](https://github.com/rivet-gg/actor-core/commit/6e3aa0bb9f2d9c1329cc019a7e4d7dbd565f33e6)) |
| 57 | +* release 0.6.0 ([df72a82](https://github.com/rivet-gg/actor-core/commit/df72a82d9186002770abd67fa192392be506b1ab)) |
| 58 | +* release 0.6.0-rc.1 ([6209d07](https://github.com/rivet-gg/actor-core/commit/6209d0745560588863789679ffa7eb2c506c1bfd)) |
| 59 | +* release 0.6.0-rc.1 ([9f015f8](https://github.com/rivet-gg/actor-core/commit/9f015f8b4c2b558408fe4f3e317a1efa765c82b6)) |
| 60 | +* release 0.6.0-rc.1 ([6794336](https://github.com/rivet-gg/actor-core/commit/6794336a3bab3aaefe19179b06a65cc31ecfeeef)) |
| 61 | +* release version 0.5.0 ([cec9ae1](https://github.com/rivet-gg/actor-core/commit/cec9ae1eae345d1828d7a2a56f525477c7aff2ca)) |
| 62 | +* release version 0.5.0 ([2f9766f](https://github.com/rivet-gg/actor-core/commit/2f9766fa598647d23e210828e91a39732810ceb7)) |
| 63 | +* release version 0.6.0 ([bb97593](https://github.com/rivet-gg/actor-core/commit/bb97593d95878a09b37f51b14bc5dbe14e91d117)) |
| 64 | +* release version 0.6.0-rc.1 ([8a92416](https://github.com/rivet-gg/actor-core/commit/8a92416e0006c6fe39bb57d5b275d8d67fc85299)) |
| 65 | +* **release:** check for changes before version commit ([9f015f8](https://github.com/rivet-gg/actor-core/commit/9f015f8b4c2b558408fe4f3e317a1efa765c82b6)) |
| 66 | +* **release:** check for changes before version commit ([#658](https://github.com/rivet-gg/actor-core/issues/658)) ([9f015f8](https://github.com/rivet-gg/actor-core/commit/9f015f8b4c2b558408fe4f3e317a1efa765c82b6)) |
| 67 | +* **release:** check if package already published before publishing ([#650](https://github.com/rivet-gg/actor-core/issues/650)) ([9cddff4](https://github.com/rivet-gg/actor-core/commit/9cddff4c4a157ad02208fbef58123c6677c16b3b)) |
| 68 | +* switch docs middleware to production URL ([#632](https://github.com/rivet-gg/actor-core/issues/632)) ([4698d60](https://github.com/rivet-gg/actor-core/commit/4698d604311501b4d784175fb2759dff84a72f83)) |
| 69 | +* update platform guides for create-actor ([#662](https://github.com/rivet-gg/actor-core/issues/662)) ([09626c0](https://github.com/rivet-gg/actor-core/commit/09626c01df4c017bef0896ba02cb338a268a0357)) |
| 70 | +* update readme for new quickstart ([#663](https://github.com/rivet-gg/actor-core/issues/663)) ([572a6ef](https://github.com/rivet-gg/actor-core/commit/572a6eff8d90e63b4647b21fb00c2e0ed25deb7b)) |
| 71 | +* update rivet links ([#634](https://github.com/rivet-gg/actor-core/issues/634)) ([f5a19b3](https://github.com/rivet-gg/actor-core/commit/f5a19b3c190387967e3f18c99c54edfbddf685fb)) |
| 72 | + |
3 | 73 | ## [0.4.0](https://github.com/rivet-gg/actor-core/compare/v0.2.0...v0.4.0) (2025-02-13)
|
4 | 74 |
|
5 | 75 |
|
|
0 commit comments