|
1 | 1 | [ |
| 2 | + { |
| 3 | + "url": "https://api.github.com/repos/cadence-workflow/cadence/releases/203935952", |
| 4 | + "assets_url": "https://api.github.com/repos/cadence-workflow/cadence/releases/203935952/assets", |
| 5 | + "upload_url": "https://uploads.github.com/repos/cadence-workflow/cadence/releases/203935952/assets{?name,label}", |
| 6 | + "html_url": "https://github.com/cadence-workflow/cadence/releases/tag/v1.2.17", |
| 7 | + "id": 203935952, |
| 8 | + "author": { |
| 9 | + "login": "jakobht", |
| 10 | + "id": 580533, |
| 11 | + "node_id": "MDQ6VXNlcjU4MDUzMw==", |
| 12 | + "avatar_url": "https://avatars.githubusercontent.com/u/580533?v=4", |
| 13 | + "gravatar_id": "", |
| 14 | + "url": "https://api.github.com/users/jakobht", |
| 15 | + "html_url": "https://github.com/jakobht", |
| 16 | + "followers_url": "https://api.github.com/users/jakobht/followers", |
| 17 | + "following_url": "https://api.github.com/users/jakobht/following{/other_user}", |
| 18 | + "gists_url": "https://api.github.com/users/jakobht/gists{/gist_id}", |
| 19 | + "starred_url": "https://api.github.com/users/jakobht/starred{/owner}{/repo}", |
| 20 | + "subscriptions_url": "https://api.github.com/users/jakobht/subscriptions", |
| 21 | + "organizations_url": "https://api.github.com/users/jakobht/orgs", |
| 22 | + "repos_url": "https://api.github.com/users/jakobht/repos", |
| 23 | + "events_url": "https://api.github.com/users/jakobht/events{/privacy}", |
| 24 | + "received_events_url": "https://api.github.com/users/jakobht/received_events", |
| 25 | + "type": "User", |
| 26 | + "user_view_type": "public", |
| 27 | + "site_admin": false |
| 28 | + }, |
| 29 | + "node_id": "RE_kwDOBO3nOs4MJ9DQ", |
| 30 | + "tag_name": "v1.2.17", |
| 31 | + "target_commitish": "master", |
| 32 | + "name": "v1.2.17", |
| 33 | + "draft": false, |
| 34 | + "prerelease": false, |
| 35 | + "created_at": "2025-02-20T00:25:44Z", |
| 36 | + "published_at": "2025-03-05T18:39:56Z", |
| 37 | + "tarball_url": "https://api.github.com/repos/cadence-workflow/cadence/tarball/v1.2.17", |
| 38 | + "zipball_url": "https://api.github.com/repos/cadence-workflow/cadence/zipball/v1.2.17", |
| 39 | + "body": "## What's Changed\r\n* Add TTL to task when re-adding it if task has non-zero Expiry value by @fimanishi in https://github.com/cadence-workflow/cadence/pull/6631\r\n* Refactor task redispatcher and priority queue by @Shaddoll in https://github.com/cadence-workflow/cadence/pull/6632\r\n* Updated weighted round robin scheduler to be a generic type by @Shaddoll in https://github.com/cadence-workflow/cadence/pull/6636\r\n* Break retries for expired tasks if task cannot be completed by task completer if it is not started by @fimanishi in https://github.com/cadence-workflow/cadence/pull/6626\r\n* Update redispatcher to respect task redispatch time by @Shaddoll in https://github.com/cadence-workflow/cadence/pull/6639\r\n* Don't fail the workflow when failed to emit metrics for one domain by @neil-xie in https://github.com/cadence-workflow/cadence/pull/6640\r\n* Update changelog for v1.2.15 release by @neil-xie in https://github.com/cadence-workflow/cadence/pull/6642\r\n* [Wf-Diagnostics] Failure of usage logs emission should'nt fail the workflow by @sankari165 in https://github.com/cadence-workflow/cadence/pull/6644\r\n* Refactor visibility managers and related read write fliprs by @neil-xie in https://github.com/cadence-workflow/cadence/pull/6560\r\n* Replication/failover simulation continued by @taylanisikdemir in https://github.com/cadence-workflow/cadence/pull/6645\r\n* Add SQLite package by @arzonus in https://github.com/cadence-workflow/cadence/pull/6637\r\n* Optimize poller counting by @natemort in https://github.com/cadence-workflow/cadence/pull/6651\r\n* Fix get name when use db visibility by @neil-xie in https://github.com/cadence-workflow/cadence/pull/6653\r\n* Don't add error log when it is ES version conflicts by @neil-xie in https://github.com/cadence-workflow/cadence/pull/6652\r\n* [Wf-Diagnostics] generate workflow id for diagnostics from domain and runid by @sankari165 in https://github.com/cadence-workflow/cadence/pull/6647\r\n* Use matching architecture for GitHub Actions when pushing multi-arch images by @taylanisikdemir in https://github.com/cadence-workflow/cadence/pull/6649\r\n* Revert 'Use matching architecture for GitHub Actions when pushing multi-arch images' by @taylanisikdemir in https://github.com/cadence-workflow/cadence/pull/6654\r\n* Add SQLite plugin by @arzonus in https://github.com/cadence-workflow/cadence/pull/6643\r\n* Added a check to the domain commands for extra positional arguments. by @jakobht in https://github.com/cadence-workflow/cadence/pull/6658\r\n* Added wid, rid and matching task_id tags to task completer error by @fimanishi in https://github.com/cadence-workflow/cadence/pull/6656\r\n* Reapply \"Store explicit TaskList partition data (#6591)\" (#6625) by @natemort in https://github.com/cadence-workflow/cadence/pull/6641\r\n* Register 'default' domain during auto-setup image startup by @samkitshah1262 in https://github.com/cadence-workflow/cadence/pull/6619\r\n* Fix compilation of matching_simulation_test.go by @natemort in https://github.com/cadence-workflow/cadence/pull/6659\r\n* [history] Introduce extra tags for queue processor logging by @3vilhamster in https://github.com/cadence-workflow/cadence/pull/6660\r\n* Fix admin config get CLI command by @arzonus in https://github.com/cadence-workflow/cadence/pull/6661\r\n* Replication/failover simulation operations: startWorkflow, failover and validate by @taylanisikdemir in https://github.com/cadence-workflow/cadence/pull/6655\r\n* Separate ReadRangeSize from RangeSize in matching by @fimanishi in https://github.com/cadence-workflow/cadence/pull/6662\r\n* [Wf-Diagnostics] Update metadata returned in diagnostics issues by @sankari165 in https://github.com/cadence-workflow/cadence/pull/6666\r\n* Refactor weighted round robin scheduler by @Shaddoll in https://github.com/cadence-workflow/cadence/pull/6665\r\n* Fix nil mutablestatebuilder panic issue in historyBuilder entities by @shijiesheng in https://github.com/cadence-workflow/cadence/pull/6669\r\n* Revert \"Add SQLite plugin (#6643)\" by @shijiesheng in https://github.com/cadence-workflow/cadence/pull/6670\r\n* [Wf-Diagnostics] use current clustername for emission of usage logs by @sankari165 in https://github.com/cadence-workflow/cadence/pull/6678\r\n* Refactor peristence layer to support inserting history tasks of new categories by @Shaddoll in https://github.com/cadence-workflow/cadence/pull/6671\r\n\r\n\r\n**Full Changelog**: https://github.com/cadence-workflow/cadence/compare/v1.2.16...v1.2.17", |
| 40 | + "mentions_count": 11 |
| 41 | + }, |
2 | 42 | { |
3 | 43 | "url": "https://api.github.com/repos/cadence-workflow/cadence/releases/201260785", |
4 | 44 | "assets_url": "https://api.github.com/repos/cadence-workflow/cadence/releases/201260785/assets", |
|
1306 | 1346 | "tarball_url": "https://api.github.com/repos/cadence-workflow/cadence/tarball/v0.20.0", |
1307 | 1347 | "zipball_url": "https://api.github.com/repos/cadence-workflow/cadence/zipball/v0.20.0", |
1308 | 1348 | "body": "## New Features & Improvements\r\n\r\n### GRPC\r\n5ffd942d - Drop pointer for event id/version fields (#3948)\r\n663f74cf - Drop pointer for signal name fields (#3966)\r\n7af92bef - Drop pointer fields on remaining domain fields (#3972)\r\nfba536b1 - Drop pointer on marker name fields (#3971)\r\n67ae5376 - Drop pointer for security token fields (#3970)\r\nbaf151a1 - Drop pointer for task id fields (#3969)\r\n523edcec - Drop pointer on visibility query fields (#3968)\r\n3c03ea2f - Revert changes to use string casting for shard ID (#3991)\r\nb877308b - Drop pointer for shard id fields (#3996)\r\n0035139a - Drop pointer for DomainTaskAttributes fields (#4003)\r\nc6d962ea - Drop pointer on cause/reason fields (#4002)\r\ncf67a20f - Drop pointer on BadBinary fields (#4001)\r\ncf5c9cc7 - Optional fields in proto IDL requests (#3989)\r\n4cd869c4 - Drop pointer on ActivityTaskScheduledEventAttributes.Domain (#4009)\r\nda876dfb - Add oneof for DescribeHistoryHostRequest in proto IDLs (#3988)\r\n24509c20 - Move non-public proto errors to internal api (#4011)\r\n0921bf56 - Add missing fields/messages to proto IDLs (#4017)\r\n0e34047c - Drop pointer on remaining fields (#4008)\r\nc5d67e3e - Use common ParentExecutionInfo in proto IDLs (#3997)\r\nf2f10d4d - Proto mappers (#3902)\r\na8a94a21 - Revert \"Drop pointer on ActivityTaskScheduledEventAttributes.Domain (#4009)\" (#4082)\r\n\r\n### Bench test\r\n117d6c18 - Open source bench tests (Part 1) (#3990)\r\n1106daa6 - Open source bench test (Part 2) (#3998)\r\nb5ce3140 - Open source bench test (Part 3) (#4005)\r\n174ca093 - Bench test README (#4012)\r\n\r\n### Task processing\r\n528c7142 - Deprecate old task processing logic (#3938)\r\n\r\n### Replication\r\naa93e228 - Create non-transient decision when current version updates (#3960)\r\n6c8d0486 - Release current workflow lock on create as zombie (#4085)\r\n\r\n### CLI Improvements\r\n8852cfbb - cli v0.18.3 (#3959)\r\n8aba0537 - Fix dryrun option for SQL/Cassandra schema update command\r\n\r\n### Domain deprecation\r\n586704e2 - Implement domain deprecate CLI command (#4030)\r\n0c46f3d4 - Update DeprecateDomain handler to handle global domain deprecation (#4029)\r\n1e8b738e - Update list domain CLI command to list deprecated domains (#4039)\r\nb399bd50 - Disable starting new workflows in deprecated domain (#4038)\r\n\r\n### Workflow shadower\r\na2789954 - Update IDL for workflow shadower (#4035)\r\n\r\n### Bug Fixes\r\n7882518e - Provide background context to all scanners (#3965)\r\n\r\n## Misc.\r\n540ea2ca - Add missing -race arg on a couple test targets (#3957)\r\nce50c569 - bumping default QPS since frontend is making double calls to workflow list. (#3958)\r\n3ea200e8 - Attempt to make some racy tests more reliable (#3961)\r\n8cf308dc - Flatten UpdateDomainRequest (#3954)\r\nc244e9d0 - Fix xdc failover integration test (#3967)\r\nd39d4287 - Fix IP address in docker template (#3983)\r\n59a98cf6 - Kafka TLS: allow CA(RootCAs) or cert/key(certificate chains) only\r\nc5334afa - Use a test-logger in tests rather than stdout (#3976)\r\n4b548e27 - Update cadence client (#3995)\r\n2f822ee6 - Rename metric name SignalInfo to SignalInfoSize (#3993)\r\n0a6ed6e6 - Allow configuring MaxWorkflowRetentionInDays (#3982)\r\n456286a4 - Fix some racy reads in tests (#3975)\r\naecaa886 - Pretty-simple \"find dependency updates\" helper (#4000)\r\nc9f200a5 - pick child workflow id check (#3994)\r\ne43f52ad - Move tcheck to go.mod, get rid of glide dependency (#3999)\r\n99430f5a - update goveralls (#4004)\r\naddbdd47 - Default to non-verbose `make test` output (#4010)\r\ndfde9ba5 - Decouple decision handler and history engine impl logic (#3973)\r\n94223715 - feature/changelog (#4014)\r\n80b7bfc7 - Move workflow utility components to separate package (#4015)\r\nef9a4181 - Add more default Prometheus histogram buckets for non-latency timer metrics like history_size\r\n4ed0171f - Add helper methods for sql plugin registeration (#4024)\r\n6b048ce4 - Move decision related components to a separate package (#4021)\r\nc0f1252a - fixed the poller count metric (#4020)\r\n0c9a74d3 - Add support for ScyllaDB (#4022)\r\n7bbf6dd7 - Log info message when outstanding poller is canceled (#4031)\r\naae8fb94 - Add compose file for multi-cluster setup (#4032)\r\n150911cf - Increase poller history LRU cache size (#4033)\r\n996cd8a7 - Cadence client downgrade to v0.15.0\r\nbfcb03fe - Move visibility manater setup out of persistence base test (#4062)\r\na3708fb1 - Fix missing root dir prefix when loading dynamic config (#4056)\r\ned82bb73 - Refresh gocql session on no connection error (#4058)\r\n86e6c7c3 - Enforce context timeout in matching AddTask (#4048)\r\n2458bdbf - Minor updates: improve README and add comment for dynamic configuration (#4053)\r\nf722cc0a - Emit task list lag metric in matching (#4051)\r\n6a80bf1a - Add the service name to the log entry (#4044)\r\n764500ac - Switch to gogo and yarpc compilers (#4040)\r\n1de8cd41 - Fix prometheus metric error for dual emitting (#4047)\r\ne7378622 - Fix the metric ActiveClusterGauge should be as common metric (#4043)\r\n378111f4 - Context metrics tags to pass transport tag (#4037)\r\nd7efde44 - Fix warnings when compiling the source code (#4036)\r\n1b3436cf - Rewrite makefile to be reliable (#4034)\r\n175850a2 - Update docker for 0.20.0 release\r\n3a7f18a1 - Fix lint error in integration tests (#4100)\r\n9b62895d - Seperate integration test suite definition from actual integration tests (#4098)\r\nf828ab99 - Treat persistence timeout as transient error (#4088)\r\n98ff0e59 - Refactor integration tests (#4091)\r\n472f7578 - Fix Dockerfile (#4083)\r\n03cdc869 - Regenerate files with thriftrw v1.25.0 (#4074)\r\n22ee3c0b - Fix missing domain field when creating activity scheduled event (#4087)" |
1309 | | - }, |
1310 | | - { |
1311 | | - "url": "https://api.github.com/repos/cadence-workflow/cadence/releases/41561610", |
1312 | | - "assets_url": "https://api.github.com/repos/cadence-workflow/cadence/releases/41561610/assets", |
1313 | | - "upload_url": "https://uploads.github.com/repos/cadence-workflow/cadence/releases/41561610/assets{?name,label}", |
1314 | | - "html_url": "https://github.com/cadence-workflow/cadence/releases/tag/v0.19.2", |
1315 | | - "id": 41561610, |
1316 | | - "author": { |
1317 | | - "login": "yux0", |
1318 | | - "id": 3770478, |
1319 | | - "node_id": "MDQ6VXNlcjM3NzA0Nzg=", |
1320 | | - "avatar_url": "https://avatars.githubusercontent.com/u/3770478?v=4", |
1321 | | - "gravatar_id": "", |
1322 | | - "url": "https://api.github.com/users/yux0", |
1323 | | - "html_url": "https://github.com/yux0", |
1324 | | - "followers_url": "https://api.github.com/users/yux0/followers", |
1325 | | - "following_url": "https://api.github.com/users/yux0/following{/other_user}", |
1326 | | - "gists_url": "https://api.github.com/users/yux0/gists{/gist_id}", |
1327 | | - "starred_url": "https://api.github.com/users/yux0/starred{/owner}{/repo}", |
1328 | | - "subscriptions_url": "https://api.github.com/users/yux0/subscriptions", |
1329 | | - "organizations_url": "https://api.github.com/users/yux0/orgs", |
1330 | | - "repos_url": "https://api.github.com/users/yux0/repos", |
1331 | | - "events_url": "https://api.github.com/users/yux0/events{/privacy}", |
1332 | | - "received_events_url": "https://api.github.com/users/yux0/received_events", |
1333 | | - "type": "User", |
1334 | | - "user_view_type": "public", |
1335 | | - "site_admin": false |
1336 | | - }, |
1337 | | - "node_id": "MDc6UmVsZWFzZTQxNTYxNjEw", |
1338 | | - "tag_name": "v0.19.2", |
1339 | | - "target_commitish": "0.19.x", |
1340 | | - "name": "v0.19.2 Release", |
1341 | | - "draft": false, |
1342 | | - "prerelease": false, |
1343 | | - "created_at": "2021-04-16T04:43:28Z", |
1344 | | - "published_at": "2021-04-16T18:36:55Z", |
1345 | | - "tarball_url": "https://api.github.com/repos/cadence-workflow/cadence/tarball/v0.19.2", |
1346 | | - "zipball_url": "https://api.github.com/repos/cadence-workflow/cadence/zipball/v0.19.2", |
1347 | | - "body": "## Bug Fixes\r\nd3c287e1 Provide background context to all scanners (#3965) " |
1348 | 1349 | } |
1349 | 1350 | ] |
0 commit comments