Releases: appbaseio/appbase-swift
Releases · appbaseio/appbase-swift
Patch Release
Includes fixes and support for MacOS apps.
First Release version
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
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
- 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
Added frameworks to the project so that the released project can be used in other XCode projects
First version
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:
- index - To post the data
- get - To fetch the data
- delete - To delete the data (if present)
- 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