Skip to content

Releases: proxer/ProxerLibJava

4.4.2

21 May 19:35
Compare
Choose a tag to compare
  • General
    • Dependency Updates.
      • Moshi.
      • MoshiLazyAdapters.
      • Internal dependencies.
  • New APIs
    • user - about
  • API Extensions
    • New enum value for unknown genders.
    • silent parameter for the apps - errorLog.

4.4.1

18 Apr 20:06
Compare
Choose a tag to compare
  • Important bugfix for https enforcement.

4.4.0

18 Apr 09:11
Compare
Choose a tag to compare
  • General
    • New fallback mechanism for Enums. If an unknown value is encountered, it becomes the respective default value of the Enum (e.g. UNKNOWN). New values have been added to Enums for this purpose. This does not affect all Enums.
    • All requests to proxer domains now enforce usage of https.
    • Certificate pinning is now in use for all requests to proxer domains.
  • New APIs
    user - history.
    chat - publicRooms.
    chat - userRooms.
    chat - messages.
    chat - sendMessage.
    chat - reportMessage.
    chat - roomUsers.
  • API Extensions
    • The pages property of Chapter is now nullable, to support external chapters.
    • The latest error codes have been added.

4.3.1

08 Apr 21:49
Compare
Choose a tag to compare
  • General
    • Dependency updates. javax-extras and jsr305 are now marked as provided, so they only get pulled in if specified. Modern tooling picks the annotations up if present.
  • New APIs
    • apps - errorLog.
  • API extensions
    • New tag based genre search for the list - mediaSearch. The old genre search has been deprecated. Consumers should switch as soon as possible.
    • Various new values for enums.

4.3.0

06 Mar 00:11
Compare
Choose a tag to compare
  • General
    • Dependency and tooling updates.
    • Security improvements by better determination when to send headers.
  • New APIs
    • forum - topic.
    • media - calendar.
    • info - forumDiscussions.
    • ucp - mediaList.
  • API extensions
    • New error codes.
    • New fields for various enums.

4.2.1

12 Nov 10:45
Compare
Choose a tag to compare
  • Api extensions
    • history of the ucp api now returns an additional id. The previous id is named entryId.
    • New api info - userInfo.
  • Various bugfixes.

4.2.0

29 Oct 22:04
Compare
Choose a tag to compare
  • General
    • Dependency and tooling updates.
  • API fixes
    • Incorrect handling of query parameters for entrysearch. This changes some signatures to require an EnumSet instead of a plain Set.
  • API extensions
    • New tag list API. This renames the existing Tag entity to InfoTag, as a new Tag entity is introduced.

4.1.0

26 Sep 18:50
Compare
Choose a tag to compare
  • General improvements
    • Nullability issues fixed especially for Kotlin (This may be a breaking change for Kotlin code).
  • New APIs
    • recommendations.
  • API extensions
    • adaptionInfo for entry and entryCore.

4.0.0

10 Sep 10:58
Compare
Choose a tag to compare
  • General improvements
    • Improve nullability assistance by using package-level @Nonnull annotations (This may be a breaking change for Kotlin code).
    • Improved static code analysis and project structure.
    • Fixed incorrect package name. You need to re-import everything from the entity package.

3.2.1

29 Aug 18:10
Compare
Choose a tag to compare
  • API extensions
    • markAsRead for news.
    • filter for notifications.