Releases: golemcloud/golem
Releases · golemcloud/golem
v1.3.0-dev.6
What's Changed
- 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
New Contributors
Full Changelog: v1.3.0-dev.5...v1.3.0-dev.6
v1.3.0-dev.5
What's Changed
Full Changelog: v1.3.0-dev.3...v1.3.0-dev.5
v1.3.0-dev.4
Full Changelog: v1.3.0-dev.2...v1.3.0-dev.4
v1.3.0-dev.3
Full Changelog: v1.3.0-dev.2...v1.3.0-dev.3
v1.3.0-dev.2
v1.3.0-dev.1
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
Full Changelog: v1.2.3...v1.3.0-dev.1
v1.2.3
v1.2.2
What's Changed
- Use latest version of our reqwest fork by @vigoo in #1456
- New component analysis implementation based on wit-parser by @vigoo in #1457
- Using the real Error(s)Body and GolemError in golem-client by @vigoo in #1472
- Extracting the root package name from metadata sections, and only enforcing it if it is present by @vigoo in #1473
- Removed some obsolete WIT syntax and updated the python test components by @vigoo in #1476
- Fix get_all_components by @vigoo in #1477
- Rib Repl by @afsalthaj in #1474
- Fix publish for Repl by @afsalthaj in #1479
- Repl: move to integration tests by @afsalthaj in #1480
- Update to rust 1.86.0 by @mschuwalow in #1482
- bug fix: better type inference for result types and improve error reporting by enriching type hints by @afsalthaj in #1483
- Unified DB code and sqlite improvements by @vigoo in #1478
- Fix deadlock when trying to free up memory in parallel under heavy load by @vigoo in #1485
- Update js/ts test-components by @mschuwalow in #1475
- Properly forward project_ids when resolving component names & reduce cloud duplication by @mschuwalow in #1484
- Accept route strings without leading slash by @mschuwalow in #1481
- Simplify plugin service types by @mschuwalow in #1419
- Include openapi yaml in client crate by @mschuwalow in #1418
- bug fixes and clean ups by @afsalthaj in #1487
- Fix typo in ci.yaml by @mschuwalow in #1486
- Some benchmark fixes by @vigoo in #1496
- additional db code improvements by @vigoo in #1495
- Test oplog query in all worker executor tests, and one fix by @vigoo in #1503
- Make sure ParsedFunctionName is not accepting partial matches by @vigoo in #1504
- Bugfix: Fix variable conflicts with enum names and variant with no args by @afsalthaj in #1505
- allow string concatenation with any type by @afsalthaj in #1508
- Fix how invalid parameters are handled in worker executor by @vigoo in #1506
- clean ups in API definition (for CORS and security) - to make DX integration easier by @afsalthaj in #1511
- Golem durability typed read by @vigoo in #1513
- Get rid of protoc as a build dependency if the protobuf feature flag is off by @vigoo in #1516
- Minor fixes on Repl APIs by @afsalthaj in #1515
- Testing exporting load/save snapshot via golem-rust sdk by @vigoo in #1517
- Fix lifetimes in WitValue extractors by @vigoo in #1518
- Auto completion of variant arguments by @afsalthaj in #1521
- Backward compatibility fix by @vigoo in #1519
- Make service start functions "Send" by @noise64 in #1534
- Custom durability related fixes by @vigoo in #1528
- Fix openapi.yaml and golem-test-framework by @Nanashi-lab in #1533
- Add openapi up to date check to ci by @mschuwalow in #1535
- Readd check-configs ci step by @mschuwalow in #1536
- Update openapi.yaml to latest by @mschuwalow in #1537
- Static validation of query and path params, and important improvements including a bug fix by @afsalthaj in #1525
- Fix some edge case of worker recovery by @vigoo in #1539
- Missing camelCase annotations by @vigoo in #1540
- Fix #1538, simplify pull up phase and improve compile performance by @afsalthaj in #1541
- Follow up to #1538 by @afsalthaj in #1542
- Fix deployment listing by @afsalthaj in #1530
- Update to latest Go tooling by @vigoo in #1543
- Component search (multiple names with each one having specific details) by @afsalthaj in #1547
- Allow reusing plugin (name,version) pairs by @mschuwalow in #1527
- Fix build by @mschuwalow in #1557
- Implements the new "lazy initialized pollable" API by @vigoo in #1556
- Fix dropping sequence of lazy pollables by @vigoo in #1563
- Fix component grpc serialization by @mschuwalow in #1561
- Undeploy an API without having to delete the Host by @Nanashi-lab in #1532
- Fixes for golem cli api def integration by @noise64 in #1564
- Propagate TypeOrigin in Rib by @afsalthaj in #1560
- Exposed plugin installation management as a batch operation by @vigoo in #1568
- golem-llm repository by @vigoo in #1572
- Add more invalid record types into the list of invalid rib syntax test cases, and handle spaced path patterns in gateway by @afsalthaj in #1574
- Component Env by @afsalthaj in #1577
- Implemented Fork by @vigoo in #1578
New Contributors
- @Nanashi-lab made their first contribution in #1533
Full Changelog: v1.2.0...v1.2.2