FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Tags · chargebee/chargebee-java · GitHub

Tags: chargebee/chargebee-java

Tags

v4.15.0

Toggle v4.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Releasing v4.15.0 (#118)

Co-authored-by: chargebee-ci <chargebee-ci@users.noreply.github.com>

v3.53.0

Toggle v3.53.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Releasing v3.53.0 (#117)

Co-authored-by: chargebee-ci <chargebee-ci@users.noreply.github.com>

v4.14.0

Toggle v4.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Releasing v4.14.0 (#113)

v3.52.0

Toggle v3.52.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Releasing v3.52.0 (#112)

v4.13.0

Toggle v4.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Releasing v4.13.0 (#111)

v3.51.0

Toggle v3.51.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Releasing v3.51.0 (#110)

v4.12.0

Toggle v4.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Otel integrations (#108)

* Otel core changes

Otel core chagnes

* Service wrapper change

* Regenerate Java v4 SDK services from latest spec

* Document telemetry feature in changelog and bump version to 4.12.0

* Add telemetry-aware request helpers to BaseService

* Add test for per-request telemetry adapter via withOptions

Verifies that a TelemetryAdapter set per call through
RequestOptions/withOptions fires for that request, and that telemetry
is skipped when no adapter is configured on the call or client.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Fix Java telemetry error.type and request-header span attributes.

---------

Co-authored-by: Cursor <cursoragent@cursor.com>

v4.11.0

Toggle v4.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Releasing v4.11.0 (#107)

* Releasing v4.11.0

* Refactor JsonUtil: serialize Timestamp/Date/Enum via Gson type adapters

Replace the hand-rolled `instanceof`-chain inside `toJsonElement(...)` with
a single static `Gson` instance configured via `GsonBuilder`:

  - `Timestamp` → Unix-seconds JSON number (`JsonSerializer<Timestamp>`)
  - `Date`      → `yyyy-MM-dd` JSON string  (`JsonSerializer<Date>`)
  - `Enum`      → lowercase `name()` string (`registerTypeHierarchyAdapter`)

`toJson(Map)` and `toJson(List)` now delegate to `GSON.toJson(...)`; Gson
natively walks nested maps, lists, and `Object[]` and dispatches each
value through the registered adapters via its `ObjectTypeAdapter`. The
builder also calls `disableHtmlEscaping()` and `serializeNulls()` to
preserve the prior behavior (`JsonElement.toString()` semantics and the
explicit `"key":null` shape).

No behavior change for the Chargebee API contract; the full JsonUtil and
PromotionalGrantsParams regression suites pass.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Fix JSON request body serialization and usage_timestamp precision

- Regenerate param classes with dedicated toJsonMap()/toJsonString() so
  JSON content-type endpoints emit a proper nested structure instead of
  reusing the form-url-encoded flattening (e.g. events[...][]) and
  double-encoding nested objects.
- Change usage_timestamp on UsageEvent create and batch ingest from
  Timestamp to Long (epoch milliseconds) to preserve the precision the
  ingestion API requires.
- Update PromotionalGrantsParamsJsonTest to assert the nested-object JSON
  body for metadata.
- Update CHANGELOG for v4.11.0 (release date and new bug-fix entries).

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: Cursor <cursoragent@cursor.com>

v3.50.0

Toggle v3.50.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Releasing v3.50.0 (#106)

v4.10.0

Toggle v4.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Releasing v4.10.0 (#105)


Back | FazBrowse Home | New Git URL