Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.2.10 #1344

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
83f1d9c
Release v1.2.7
timl3136 Dec 7, 2023
ee41511
Merge branch 'master' into v1.2.x
timl3136 Dec 12, 2023
18b0879
Merge branch 'master' into v1.2.x
jakobht Feb 27, 2024
1a2102e
Release v1.2.8
jakobht Feb 27, 2024
c9ae5ee
Empty commit to trigger github CI
jakobht Feb 27, 2024
df53e4d
Merge branch 'master' into v1.2.x
jakobht Feb 29, 2024
31f6234
add retract directive for v1.2.8
ketsiambaku Feb 29, 2024
f27b08f
Merge branch 'master' into v1.2.x
ketsiambaku Mar 1, 2024
209cb64
Update version and changelog
ketsiambaku Mar 1, 2024
d05e197
Merge branch 'master' into v1.2.x
ketsiambaku Mar 22, 2024
2a4ca28
v1.2.10-rc.1 version and changelog
ketsiambaku Mar 22, 2024
9024501
Merge branch 'master' into v1.2.x
ketsiambaku Mar 22, 2024
112b33a
update changelog with latest commit
ketsiambaku Mar 22, 2024
9c173f0
Merge branch 'master' into v1.2.x
ketsiambaku Apr 5, 2024
32fa6f4
v1.2.10-rc3 changelog
ketsiambaku Apr 5, 2024
febfb1c
Merge branch 'master' into v1.2.x
ketsiambaku Jun 14, 2024
3a616d5
v1.2.10-rc.4 changelog
ketsiambaku Jun 14, 2024
491cfe4
Merge branch 'master' into v1.2.x
ketsiambaku Jul 10, 2024
25ba603
v1.2.10-rc.5 changelog
ketsiambaku Jul 10, 2024
0a7fdba
Merge branch 'master' into v1.2.x
ketsiambaku Jul 15, 2024
d3c9f33
v1.2.10-rc.6 changelog
ketsiambaku Jul 15, 2024
9b22382
Merge branch 'origin/master' into v1.2.x
timl3136 Aug 8, 2024
5893b41
update changelog for v1.2.10-rc.7
timl3136 Aug 8, 2024
78c4501
Merge branch 'master' into v1.2.x
ketsiambaku Aug 29, 2024
0169023
update changelog for v1.2.10-rc.8
ketsiambaku Aug 29, 2024
71d1645
Merge branch 'master' into v1.2.x
ketsiambaku Sep 4, 2024
44c5014
update changelog for v1.2.10-rc.9
ketsiambaku Sep 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [v1.2.10] - 2024-07-10
## [v1.2.10] - 2024-08-29
### Added
- Add debugger interface to allow extracting the workerStats from Worker (#1363)
- Add ActivityTracker to worker stats option (#1362)
- Add workerStats as worker options to collect stats on poller start/stop events (#1356)
- Remove deprecated fossa (#1361)
- Add FirstRunAt to StartWorkflowOptions (#1360)
- Revert "Handle panics while polling for tasks (#1352)" (#1357)
- Remove coveralls integration (#1354)
- Change registry Apis signature to return info interface (#1355)
Expand Down
Loading