Skip to content

Conversation

@txsentinel
Copy link

Merged Pull Requests:
#75 : Update repository links in readme
#76 : Replace TimeLimitExceededException with TimeoutException
#78 : Update Gradle
#79 : Initialization via builder-style Initializer
#80 : Bump version to 1.4.1

Petrakeas and others added 10 commits November 7, 2025 14:32
The links used to point to the old "search.maven.org". Now they point to
"central.sonatype.com".
Replaced TimeLimitExceededException with java.util.concurrent.TimeoutException,
which is supported on both Java SE and Android and preserves the intended
"time limit exceeded" semantics.
Android unit test deployment was broken at some point. Updating Gradle and some
other changed helped.

Updated to Gradle 8.2 and AGP 8.2.2
…-class

Replace TimeLimitExceededException with  TimeoutException
A new `TxNative.Initializer` class has been introduced to simplify SDK initialization.
Users can now configure optional parameters through fluent methods before calling `init()`.

The old `TxNative#init()` method is still available but has been deprecated.

Support for specifying a custom authorization header key has also been added.
…n-with-builder-pattern

Initialization via builder-style Initializer
@txsentinel txsentinel merged commit 44c63d8 into master Dec 12, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants