Skip to content

Conversation

@roggervalf
Copy link
Collaborator

@roggervalf roggervalf commented Apr 17, 2025

Why

  1. Why is this change necessary? Keep docs-api branch updated with master to prepare to be fixed in next pre

How

Enter the implementation details here.

Additional Notes (Optional)

Any extra info here.

roggervalf and others added 30 commits November 18, 2024 22:12
# [5.27.0](v5.26.2...v5.27.0) (2024-11-19)

### Features

* **queue:** add rateLimit method ([#2896](#2896)) ([db84ad5](db84ad5))
* **queue:** add removeRateLimitKey method ([#2806](#2806)) ([ff70613](ff70613))

### Performance Improvements

* **marker:** add base markers while consuming jobs to get workers busy ([#2904](#2904)) fixes [#2842](#2842) ([1759c8b](1759c8b))
# [5.28.0](v5.27.0...v5.28.0) (2024-11-19)

### Features

* **job-scheduler:** add telemetry support to the job scheduler ([72ea950](72ea950))
## [5.28.1](v5.28.0...v5.28.1) (2024-11-20)

### Bug Fixes

* **scheduler:** use Job class from getter for extension ([#2917](#2917)) ([5fbb075](5fbb075))
## [5.28.2](v5.28.1...v5.28.2) (2024-11-22)

### Bug Fixes

* **queue:** change _jobScheduler from private to protected for extension ([#2920](#2920)) ([34c2348](34c2348))
# [5.29.0](v5.28.2...v5.29.0) (2024-11-22)

### Features

* **queue:** refactor a protected addJob method allowing telemetry extensions ([09f2571](09f2571))
## [5.29.1](v5.29.0...v5.29.1) (2024-11-23)

### Bug Fixes

* **scheduler:** remove deprecation warning on immediately option ([#2923](#2923)) ([14ca7f4](14ca7f4))
Automatically generated by python-semantic-release
# [5.30.0](v5.29.1...v5.30.0) (2024-11-29)

### Bug Fixes

* **job-scheduler:** upsert template when same pattern options are provided ([#2943](#2943)) ref [#2940](#2940) ([b56c3b4](b56c3b4))

### Features

* **queue:** add getDelayedCount method [python] ([#2934](#2934)) ([71ce75c](71ce75c))
* **queue:** add getJobSchedulersCount method ([#2945](#2945)) ([38820dc](38820dc))
## [5.30.1](v5.30.0...v5.30.1) (2024-11-30)

### Bug Fixes

* **flow:** allow using removeOnFail and failParentOnFailure in parents ([#2947](#2947)) fixes [#2229](#2229) ([85f6f6f](85f6f6f))
# [5.31.0](v5.30.1...v5.31.0) (2024-12-02)

### Features

* **queue:** enhance getJobScheduler method to include template information ([#2929](#2929)) ref [#2875](#2875) ([cb99080](cb99080))
## [5.31.1](v5.31.0...v5.31.1) (2024-12-04)

### Bug Fixes

* **scheduler-template:** remove console.log when getting template information ([#2950](#2950)) ([3402bfe](3402bfe))
semantic-release-bot and others added 23 commits April 6, 2025 17:06
## [5.47.2](v5.47.1...v5.47.2) (2025-04-06)

### Bug Fixes

* **flow:** remove job from dependencies when failParentOnFailure or continueParentOnFailure ([#3201](#3201)) ([1fbcbec](1fbcbec))
## [5.47.3](v5.47.2...v5.47.3) (2025-04-08)

### Bug Fixes

* **job-scheduler:** fix endDate presence validation ([#3195](#3195)) ([339f13e](339f13e))
# [5.48.0](v5.47.3...v5.48.0) (2025-04-08)

### Features

* add removeUnprocessedChildren ([#3190](#3190)) ([4b96266](4b96266))
normalize line splitting for cross-platform compatibility

#3204

Co-authored-by: yasuo <xianzhengquan@tinman.cn>
## [5.48.1](v5.48.0...v5.48.1) (2025-04-10)

### Bug Fixes

* made line split more compatible ([#3208](#3208)) ([3c2349a](3c2349a)), closes [#3204](#3204)
# [5.49.0](v5.48.1...v5.49.0) (2025-04-16)

### Features

* **job:** expose stalledCounter attribute ([#3218](#3218)) ([9456472](9456472))
## [5.49.1](v5.49.0...v5.49.1) (2025-04-17)

### Bug Fixes

* **flow-producer:** use FlowProducer prefix by defualt when calling getFlow ([#3224](#3224)) ([bd17aad](bd17aad))
@manast
Copy link
Contributor

manast commented Apr 21, 2025

something does not seem right with this PR.

@roggervalf roggervalf changed the title docs: fix spi action step docs: fix api action step Apr 23, 2025
@roggervalf
Copy link
Collaborator Author

something does not seem right with this PR.

It's still a draft, for now it's being updated with master

@roggervalf roggervalf changed the title docs: fix api action step docs: sync docs-api branch with master Apr 23, 2025
@roggervalf roggervalf marked this pull request as ready for review April 23, 2025 03:40
@roggervalf roggervalf merged commit d8bd1bb into docs-api Apr 29, 2025
@roggervalf roggervalf deleted the docs-api-fix branch April 29, 2025 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.