Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.57.0"
".": "4.58.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [4.58.0](https://github.com/orbcorp/orb-python/compare/v4.57.0...v4.58.0) (2026-07-16)


### Features

* **api:** add alert deletion, customer portal session, and invoice PDF regeneration endpoints ([b393eb5](https://github.com/orbcorp/orb-python/commit/b393eb50c4fb023a8e1763473ad124e429eda6b9))
* **api:** remove deprecated debug field from events backfill endpoints ([e6a877d](https://github.com/orbcorp/orb-python/commit/e6a877d34f30d55034fc691c0787b2188d09fb3e))
* **api:** remove deprecated debug parameter and field from backfill endpoints ([e6a877d](https://github.com/orbcorp/orb-python/commit/e6a877d34f30d55034fc691c0787b2188d09fb3e))
* **api:** remove deprecated debug query parameter and field from events API ([e6a877d](https://github.com/orbcorp/orb-python/commit/e6a877d34f30d55034fc691c0787b2188d09fb3e))

## [4.57.0](https://github.com/orbcorp/orb-python/compare/v4.56.0...v4.57.0) (2026-07-15)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "orb-billing"
version = "4.57.0"
version = "4.58.0"
description = "The official Python library for the orb API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/orb/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "orb"
__version__ = "4.57.0" # x-release-please-version
__version__ = "4.58.0" # x-release-please-version
Loading