Skip to content

Releases: appbaseio/appbase-swift

Patch Release

18 Feb 21:32
Compare
Choose a tag to compare

Includes fixes and support for MacOS apps.

First Release version

16 Jan 18:19
Compare
Choose a tag to compare

Main changes that are made on the previous version are:

  • Decreased project size from ~80MB to ~5MB by relocating the GIF file
  • Added Streaming methods for real-time search query using WebSockets
  • Changed the HTTP method for some requests
  • Enhanced documentation
  • Added Quick Starter guide in the README section
  • Added replacement for SwiftWebSockets library

Final Beta Release

22 Dec 07:53
Compare
Choose a tag to compare
Final Beta Release Pre-release
Pre-release

Following changes are made after last beta release:

  • Enhanced documentation
  • Updated bulk and msearch methods to make them user friendly
  • Updated all methods with extra parameters to receive response
  • Added Errors and Response classes to handle any server errors
  • Modified tests to adapt to any environment without any need of manual intervention

Add ons to previous version

19 Nov 05:17
Compare
Choose a tag to compare
Pre-release
  • Completed all methods provided by this library
  • Added tests to support the library over different platforms
  • Added Cartage support for publishing library over git

Working beta version

19 Nov 05:14
Compare
Choose a tag to compare
Working beta version Pre-release
Pre-release

Added frameworks to the project so that the released project can be used in other XCode projects

First version

19 Nov 05:13
Compare
Choose a tag to compare
First version Pre-release
Pre-release

This is the first version of the SwiftElasticSearch library and thus makes a base for the project. Currently, following basic methods are added in the library to test it:

  1. index - To post the data
  2. get - To fetch the data
  3. delete - To delete the data (if present)
  4. update - To update the data using unique ID (if exists)

It also contains some extra classes like Authenticate and Errors which will be wired up in the upcoming release