All Versions
55
Latest Version
Avg Release Cycle
55 days
Latest Release
-

Changelog History
Page 2

  • v1.9.0 Changes

    March 13, 2020
    • ๐Ÿ‘ Allows to use Cocoapods 1.9 and compile xcframeworks
  • v1.8.0 Changes

    February 19, 2020
    • โž• Added xcframework to support Project Catalyst
    • ๐Ÿ› Bugfender is now a dynamic library and swift files are included inside. No need to manually add the swift bridge anymore
    • ๐Ÿ› Bugfender will return a specific -1004 error when trying to send logs to an app that was deleted in the server
  • v1.7.0 Changes

    August 06, 2019
    • ๐Ÿ›  Fixed an issue in which retrieving the session identifier right after activateLogger might result in a null identifier under certain conditions and this could provocate a crash in swift projects
    • ๐Ÿ”„ Changed pulic api so URL dependant identifiers are nullable properties now
  • v1.6.6 Changes

    June 14, 2019
    • โž• Added new log levels BFLogWarn, BFLogErr, BFLogFatal, BFLogTrace, BFLogInfo
  • v1.6.5 Changes

    April 09, 2019

    1.6.5

    • The device identifier, the session identifier and sending an issue (issue, crash or user feedback) will return now URLs to the Bugfender's Dashboard. This can be used to create automations and to integrate BugfenderSDK with third party tools
    • ๐Ÿ›  Fixed race condition that may prevent some crashes to be correctly displayed in the Bugfender's Dashboard
    • โž• Added new method allowing developers to manually send crash reports to Bugfender
  • v1.6.4 Changes

    February 27, 2019
    • ๐Ÿ›  Fixed an async task that may block a background thread 
    • ๐Ÿ‘Œ Improved how user defined key-values synchronize with the server 
    • ๐Ÿ›  Fixed race condition that may lead to a heap corruption in low connectivity conditions
  • v1.6.3 Changes

    February 06, 2019

    ๐Ÿ›  Fixed threading issue that may lead to a crash under stress conditions

  • v1.6.2 Changes

    January 11, 2019
    • ๐Ÿ‘Œ Improved the memory footprint of BugfenderSDK. The SDK, in general, will need less memory to perform normal operations
    • ๐Ÿ‘Œ Improved the behaviour of the SDK heartbeat for apps which are never fully closed
    • ๐Ÿ›  Fixed crash when a device was trying to send an abnormally big amount of logs to the server
    • ๐Ÿ”Š Logs have been limited to 32000 characters in order to avoid memory issues in devices with low resources available
    • โšก๏ธ Updated docs regarding to the ussage of the tags
    • ๐ŸŽ Other minor performance issues
  • v1.6.1 Changes

    December 05, 2018
    • ๐Ÿ›  Fixed crash when using the Bugfender User Feedback in Swift
    • ๐Ÿ‘Œ Improved return key type in the User Feedback textfields
  • v1.6.0 Changes

    November 05, 2018
    • Featuring the new Bugfender User Feedback. A fast and easy way to gather feedback from the users
    • ๐Ÿ›  Fixed swift bridges sending the full path of the files instead the filename