Skip to content

Commit d6bead4

Browse files
committed
Add v1.4.0 changelog and fix pyproject.toml version
Generator overwrote version to "v1" — restored to 1.4.0. Also restored CHANGELOG.md in package includes.
1 parent 3bf1598 commit d6bead4

2 files changed

Lines changed: 28 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.4.0] - 2026-07-20
11+
12+
### Added
13+
- New AI Chat endpoints (create, stream, list session messages, delete session)
14+
- New Shift Coverage Requests endpoints (create, read, delete, list)
15+
- New Workflow Action Item Form Field Conditions endpoints (create, read, update, delete, list)
16+
- Bulk operations for catalog entities, environments, functionalities, services, and teams (bulk upsert and bulk delete)
17+
- New Meeting Recordings actions: import, delete standalone, start recording session, list all
18+
- Alert escalation and snooze actions (`escalate_alert`, `snooze_alert`)
19+
- Alert receipt endpoint (`get_receipt`)
20+
- Alert events feed endpoint (`list_alert_events_feed`)
21+
- New Google Chat workflow task types: create/rename/archive spaces, change space privacy, update space description, invite to space, send messages and attachments
22+
- New workflow task type: `InviteToMicrosoftTeamsChannelRootlyTaskParams` — invite users to Microsoft Teams channels via Rootly
23+
- New workflow task type: `AttachRetrospectivePdfToJiraIssueTaskParams` — attach retrospective PDFs to Jira issues
24+
- Edge connector filters support (`CreateEdgeConnectorBodyDataAttributesFilters`)
25+
- `owner_group_ids` field on heartbeat, alerts source, functionality, and schedule models for team-scoped API key support
26+
- GitHub issue task params: labels mode support (`update_github_issue_task_params_labels_mode`)
27+
28+
### Changed
29+
- Regenerated client from latest OpenAPI specification
30+
- httpx minimum version bumped from `>=0.20.0` to `>=0.23.0`
31+
- 428 new model files, 28 removed models (consolidated upstream)
32+
33+
### Fixed
34+
- Applied nullable enum fix to all model files via `tools/fix_nullable_enums.py`
35+
1036
## [1.3.0] - 2026-04-21
1137

1238
### Added

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "rootly"
3-
version = "v1"
3+
version = "1.4.0"
44
description = "A client library for accessing Rootly API v1"
55
authors = []
66
readme = "README.md"
77
packages = [
88
{ include = "rootly_sdk" },
99
]
10-
include = ["rootly_sdk/py.typed"]
10+
include = ["CHANGELOG.md", "rootly_sdk/py.typed"]
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.10"

0 commit comments

Comments
 (0)