Releases: golemcloud/golem
Releases · golemcloud/golem
v1.3.2-dev.3
What's Changed
- Cleanup: remove unused test impls by @vigoo in #2248
- Only publish golem-wasm and golem-wasm-derive by @vigoo in #2250
Full Changelog: v1.3.2-dev.2...v1.3.2-dev.3
v1.3.2-dev.2
v1.3.2-dev.1
What's Changed
- Simplify the project structure and feature flags by @vigoo in #2221
- Start moving rust sdk from prototype by @afsalthaj in #2243
- CI improvements by @vigoo in #2233
Full Changelog: v1.3.1...v1.3.2-dev.1
v1.3.1
What's Changed
- Typo and url fixes by @noise64 in #2217
- Fixes a deadlock when deleting a running worker by @vigoo in #2218
- Fix invocation context handling when doing parallel RPC calls by @vigoo in #2220
- Handle invocations while a worker is deleting gracefully by @mschuwalow in #2223
- Agentic bump for result fixes by @noise64 in #2224
- Test and fix for env vars by @vigoo in #2227
- Allow white spaces in agent ids by @afsalthaj in #2215
- Worker commands for files and file-contents by @Nanashi-lab in #1955
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Cleanups by @vigoo in #1581
- Add python http test by @mschuwalow in #1580
- worker-executor: make plugin internals public by @mschuwalow in #1607
- Explicitly specify which function is called in db trait impls by @mschuwalow in #1605
- Api Definition by Importing OpenAPI yaml in integration-test by @Nanashi-lab in #1569
- Fix for Integration-tests by @Nanashi-lab in #1649
- Change the license by @vigoo in #1647
- Update to wasmtime v32 and WASI 0.2.3 by @vigoo in #1646
- license refs by @vigoo in #1659
- Stabilizing attempt for integration tests by @vigoo in #1661
- Cloud merge by @vigoo in #1657
- Some more docker related retries by @vigoo in #1662
- Follow up on type-origin and make more precise error messages by @afsalthaj in #1573
- allow custom files in .local folder by @laz-001 in #1655
- Merged benchmark executables to speed up compilation by @vigoo in #1663
- Remove dual license from golem-cloud-client by @vigoo in #1668
- Merging worker executor crates by @vigoo in #1669
- Fix runtime (or REPL) errors when invoking worker function in a loop by @afsalthaj in #1667
- db transaction query stream durability fix by @justcoon in #1586
- Persisting created promise id by @vigoo in #1673
- Auto idempotency headers by @vigoo in #1672
- Proper compilation errors for resource constructor args and type parameters by @afsalthaj in #1670
- Confirm request path, query and header values can be numbers while type requirement is string by @afsalthaj in #1724
- add prerequisites section, grouped cli cmds by @laz-001 in #1651
- Remove backtrace-on-stack-overflow and Minor changes to .gitignore by @Nanashi-lab in #1726
- Command support in REPL by @afsalthaj in #1727
- Removed multiple result value support by @vigoo in #1734
- Component update fixes by @noise64 in #1738
- Merge OSS and cloud - 1 by @mschuwalow in #1665
- merge oss-commons and cloud-commons by @mschuwalow in #1735
- Updated to wasmtime v33 by @vigoo in #1739
- Fix cargo make run post cloud-oss merge by @mschuwalow in #1740
- Automatic updates of a worker see a consistent view of the filesystem during replay by @mschuwalow in #1660
- remove unneded polymorphism post cloud/oss merge by @mschuwalow in #1742
- Merge golem-component-service-base and golem-component-service by @mschuwalow in #1753
- Allow disabling oauth2 logins in the cloud service by @mschuwalow in #1762
- Support multiple component, stateful instances, new integration tests just for rib, and other minor fixes by @afsalthaj in #1743
- Final clean ups to 1608 by @afsalthaj in #1766
- Use shadow-rs for getting git version by @noise64 in #1770
- Rib comments by @afsalthaj in #1771
- Rename cloud-debugging-service to golem-debugging-service by @mschuwalow in #1765
- Single executable fixes by @mschuwalow in #1776
- test-framework: Support testing with multiple accounts by @mschuwalow in #1779
- cloud-service: Move auth to the edge and get rid of AccountAuthorization::admin by @mschuwalow in #1763
- Make fix for Rust 1.88.0 by @noise64 in #1781
- Fix handling of failed update attempts to non-existing versions by @vigoo in #1786
- Tests and fixes the indexing in get-oplog by @vigoo in #1788
- Fix: Worker executor can't find the plugin definitions of oplog-processor plugins with global and project owners by @mschuwalow in #1782
- Publish docker images for cloud and debugging service by @mschuwalow in #1777
- Improve plugin definition and installation in shared projects by @mschuwalow in #1784
- Component transformer improvements by @mschuwalow in #1790
- Component version env var during update by @mschuwalow in #1793
- Add support for debugging service in cargo make run by @mschuwalow in #1795
- Fix worker-executor disconnecting worker output stream with lagging clients by @mschuwalow in #1797
- Move param type validation before the invocation is recorded by @vigoo in #1787
- Durable WASI HTTP related tests and fixes by @vigoo in #1799
- fix failed update status calculation by @mschuwalow in #1800
- Fix worker enumeration by @vigoo in #1801
- Fix docker publish errors by @mschuwalow in #1802
- Exposed skipped and deleted regions in the public worker metadata by @vigoo in #1808
- Server logging improvements by @vigoo in #1809
- Debugging service: Authenticate websocket connection using cookies by @mschuwalow in #1812
- Expose worker error logs in worker service http api errors by @mschuwalow in #1803
- Fix ProjectPermission typo & adjust client gen by @mschuwalow in #1813
- Fix plugin installation id regeneration during batch plugin installation update by @mschuwalow in #1814
- Update nginx config to avoid connection issues by @mschuwalow in #1843
- Change worker's owner to be project by @vigoo in #1841
- Some missing wasm-rpc type class instances by @vigoo in #1846
- Allow package-less function names on the RPC interface by @vigoo in #1851
- Type names by @vigoo in #1853
- Minor: Worker files - List file as part of list_directory by @Nanashi-lab in #1844
- Remove unused parts of grpc api by @mschuwalow in #1863
- Agent metadata on server by @vigoo in #1870
- golem-router - port fix by @justcoon in #1869
- Retry the rdbms_service suite 5 times by @vigoo in #1871
- Make the golem agent bindings public by @vigoo in #1872
- Use blacksmith's build-push-action instead of the default one by @vigoo in #1873
- Golem Registry Service init, base repo layer by @noise64 in #1775
- docker compose - GOLEM_IMAGES_VERSION env var by @justcoon in #1877
- Forward stdout/stderr when debugging workers & improve debugging performace by @mschuwalow in #1867
- Support wasi:config/store in worker executor by @mschuwalow in #1842
- Temporarily fork golem-commons & golem-service-base by @mschuwalow in #1879
- Revert "-next" crates in favor of using feature-branch by @noise64 in #1881
- Port all http apis as stubs to the registry service by @mschuwalow in #1884
- Update to rust 1.89.0 by @mschuwalow in #1893
- OpenApi Export and Swagger UI Binding by @Nanashi-lab in #1671
- Clippy leftover fix for rust 1.89 by @noise64 in #1894
- Build with panic=abort by @mschuwalow in #1887
- debugging-service: Do not error when trying to write to oplog by @mschuwalow in #1888
- Resource and invocation metadata improvements by @vigoo in #1903
- Remove registry service from main by @mschuwalow in ht...
v1.3.0-rc11
What's Changed
- More "final" fixes by @noise64 in #2176
- Fail early on self-rpc by @mschuwalow in #2177
- Update sdk and wasm-rquickjs by @afsalthaj in #2180
- Retry logic improvements by @vigoo in #2175
Full Changelog: v1.3.0-rc10...v1.3.0-rc11
v1.3.0-rc10
What's Changed
- Refactor worker status calculation by @mschuwalow in #2173
- Final fixes for 1.3.0 by @noise64 in #2174
Full Changelog: v1.3.0-rc9...v1.3.0-rc10
v1.3.0-rc9
golem-rust-v1.8.1
What's Changed
- Update golem rust by @mschuwalow in #2160
- templates: warn the user on missing configuration by @mschuwalow in #2162
- Fix reverting agent to the beginning of an (failing) invocation by @mschuwalow in #2163
- Using the base wasm from the ts sdk by @vigoo in #2161
- Reworked native and WIT cased naming for agent types and AgentID normalization by @noise64 in #2155
- Renames (worker to agent) and more comments in WIT by @vigoo in #2164
- Fix deps by @vigoo in #2165
Full Changelog: golem-rust-v1.7.7...golem-rust-v1.8.1
golem-rust-v1.8.0
What's Changed
- Update golem rust by @mschuwalow in #2160
- templates: warn the user on missing configuration by @mschuwalow in #2162
- Fix reverting agent to the beginning of an (failing) invocation by @mschuwalow in #2163
- Using the base wasm from the ts sdk by @vigoo in #2161
- Reworked native and WIT cased naming for agent types and AgentID normalization by @noise64 in #2155
- Renames (worker to agent) and more comments in WIT by @vigoo in #2164
- Fix deps by @vigoo in #2165
Full Changelog: golem-rust-v1.7.7...golem-rust-v1.8.0