Skip to content

Releases: facebookincubator/fbjni

v0.7.0

24 Sep 10:24
Compare
Choose a tag to compare

This is a new minor version of FBJNI, built with NDK 27

Full Changelog: v0.6.0...v0.7.0

v0.6.0

30 Jan 11:14
Compare
Choose a tag to compare

This is a new minor version of FBJNI, built with NDK 26.1

Full Changelog: v0.5.1...v0.6.0

v0.5.1

24 Jul 17:49
Compare
Choose a tag to compare

This is a re-publishing of v0.5.0 which includes some of the missing artifacts that were not published (the -headers.jar and -java-only artifacts).

Full Changelog: v0.5.0...v0.5.1

v0.5.0

24 Jul 10:05
Compare
Choose a tag to compare

This is a new stable release of fbjni

List of changes

7621c81 Add missing publishing properties to gradle.properties
c58c8ee Fix publishing for 0.5.0
e058590 Bump Version to 0.5.0
147c95b Format fbjni with CLANGFORMAT
f6969e1 Format fb-ffmpeg with CLANGFORMAT
b8a7f9e fbjni - Add getApplication() to AContext
22a9cdb compile/target SDK to 33
cc92b5d NDK to 25.1.8937393
43d1b7d CMake to 3.22.1
49ef4a5 AGP to 8.0.2
c247571 Cleanup and simplify publishing
19041c0 Use namespace and remove unnecessary manifest file
cf86584 Modernize the CI of fbjni
4407d37 Bump AGP to 7.4.2
94c44af Bump CMake to 3.18.1 (#83)
53ff025 reland: [fbjni] Keep all the HybridData's members
91f5b98 Bump version to 0.4.1-SNAPSHOT

Full Changelog: v0.4.0...v0.5.0

v0.4.0

20 Jun 13:40
Compare
Choose a tag to compare

This is a new stable release of FBJNI

List of included commits

a4be46c Revert D46769581: Keep all the HybridData's members
d08a84e Keep all the HybridData's members
83cc597 Prepare FBJNI version 0.4.0 (#82)
8efea4d Add getMessage to JThrowable and getSimpleName to JClass (#78)
521c0d1 Remove global initializer in fbjni
423ecdd fbjni | Remove usage of global constructors in Exceptions/Lyra.
568b012 Fix CI
3036463 Remove remaining usages of fest
11791b4 fbjni | Add 'getPackageName' to AContext.
378aeb4 Bump SoLoader version to 0.10.5 (#119)
5eacdd1 Fixes for -Wextra-semi,-Wextra-semi-stmt
6015a2f fix release build again
428f535 Do explicit cast from size_t to jsize.
40bdad2 Bump SoLoader version to 0.10.4
d4c43e3 fbjni | Fix includes when using FBJNI_DEBUG_LOG_REFS.
0068c03 Back out "Temporarily disable stack traces for libc++ arm64"
f379750 Restore "[lyra] Temporarily disable stack traces for libc++ arm64"
250d889 fixes to support -Wstring-conversion compiler warning
de205a3 Back out "Temporarily disable stack traces for libc++ arm64"
2554f9b Implement ReadableNative*::mapException without dynamic_cast
0464ece v0.3.1-SNAPSHOT (#75)

Full Changelog: v0.3.0...v0.4.0

v0.3.0: Use new publish action (#74)

22 Nov 19:52
Compare
Choose a tag to compare

v0.2.2

24 Mar 19:36
Compare
Choose a tag to compare
Summary: Need another release to test the release pipeline.

Reviewed By: fabiomassimo

Differential Revision: D27291197

fbshipit-source-id: 4cfbd9f4cb371cb570b465c857dddf79c0cb1515

v0.2.1

23 Mar 18:41
Compare
Choose a tag to compare

This release re-enables the headers JAR.

v0.2.0

04 Mar 14:53
Compare
Choose a tag to compare

This release includes both prefab and standard jni libraries, making it easier to upgrade.