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
31 changes: 31 additions & 0 deletions userguide/aviate/aviate-changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,37 @@
</div>
++++

== September 15th, 2026

Aviate plugin version *1.0.47* has been released. This release includes the following features and improvements:

- Fix invoice item end date issue
- Support for billing account level tax exemption

== September 2nd, 2026

Aviate plugin version *1.0.46* has been released. This release includes the following features and improvements:

- Pre-filter timeline aggregation candidates by group size
- Update timeseries-pipeline.md against latest code
- Resolve phase type from catalog instead of defaulting to EVERGREEN
- Quote template branding support
- Fix typo in property name

== August 25th, 2026

Aviate plugin version *1.0.45* has been released. This release includes the following features and improvements:

- Create tax invoice item when invoice is generated from quote
- Fix exception in retiring offering
- Fix issue with unlinking spec from offering
- Fix health data endpoint to return only tenant specific data
- Upgrade AWS SDK to 2.x
- Scale non-ramp quote totals by item quantity
- Support multiple trusted JWT audiences
- Fix Cognito client HTTP implementation resolution after AWS SDK 2.x migration
- Fix product deletion to include entries into aviate_catalog_products_add_ons

== June 3rd, 2026

Aviate plugin version *1.0.44* has been released. This release includes the following features and improvements:
Expand Down
11 changes: 11 additions & 0 deletions userguide/tutorials/killbill-changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
= Kill Bill Changelog

== September 15th, 2026

Kaui version https://github.com/killbill/killbill-admin-ui-standalone/releases/tag/kaui-standalone-4.0.31[4.0.31] was released. It includes some bug fixes and improvements, including:

- Upgrade to Rails 7.2 and JRuby 9.4.15.0
- Fix missing secret_key_base in production on Rails 7.2
- Pin json gem to ~> 2.21 to fix release build crash
- Jruby9 rack
- Build release war with JRuby 10.0.6.0 / Java 21


== August 19th, 2026

Kaui version https://github.com/killbill/killbill-admin-ui-standalone/releases/tag/kaui-standalone-4.0.25[4.0.25] was released. It includes some bug fixes and improvements, including:
Expand Down
Loading