Skip to content

Releases: fxnai/fxnc

Function 0.0.25

26 Jun 14:36
Compare
Choose a tag to compare
  • Fixed Function API web requests failing due to internet unreachability errors on iOS.

Function 0.0.24

06 Jun 20:56
Compare
Choose a tag to compare
  • Function now builds for ARM64 on Windows.

Function 0.0.23

31 May 20:16
Compare
Choose a tag to compare
  • Added PrivacyInfo.xcprivacy iOS privacy manifest in Function.framework.

Function 0.0.22

30 May 23:49
Compare
Choose a tag to compare
  • Fixed FXNConfigurationGetClientID function returning incorrect client identifier on Android devices.

Function 0.0.21

30 May 14:35
Compare
Choose a tag to compare
  • Fixed Apple App Store upload errors due to incorrect CFBundleVersion key in Function.framework.
  • Removed FXNPlatform enumeration. The enumeration constants are now defined as macros in Dialect.hpp.

Function 0.0.20

20 May 00:19
Compare
Choose a tag to compare
  • Added FXNConfigurationGetClientID to get the current client identifier.

Function 0.0.19

15 May 13:28
Compare
Choose a tag to compare
  • Fixed compile error in Predictor::Predict C++ API method.

Function 0.0.18

02 May 19:22
Compare
Choose a tag to compare
  • Added experimental streaming support with FXNPredictorStreamPrediction function.
  • Fixed Apple App Store app rejections due to missing Bundle Version key in Function.framework.
  • Updated FXNValueCreateBinary to use an int32_t buffer size, thereby restricting the max data size to 2GB.
  • Refactored FXNPredictorPredict function to FXNPredictorCreatePrediction.

Function 0.0.17

15 Apr 23:26
Compare
Choose a tag to compare
  • Stability improvements.

Function 0.0.16

04 Apr 18:30
Compare
Choose a tag to compare
  • Fixed crash in FXNPredictorCreate when certain predictors cannot be loaded.