algoliasearch-client-swift v8.0.0 Release Notes

Release Date: 2020-07-20 // over 3 years ago
  • Meet brand new Swift API Client v8!

    Universal

    It’s a pure stand-alone Swift client so it is not tighten to any platform.
    In comparison with the previous version, it provides many new methods and from now can be used as a full-fledged client including server side applications.

    Provides good Results

    Each API call result is now represented by built-in Swift Result type which facilitates processing of the results returned by the API method and to dispatch them to other parts of your application.

    Codable all the things

    The interaction with API client is drastically simplified thanks to usage of built-in Encodable/Decodable protocols.
    Integration of Codable models existing in your project had never been easier.

    Advanced Keypaths usage

    🏗 Build API Client structures using the power of Swift keypaths

    📚 Rich code documentation

    Each method is documented with detailed description of each parameter

    Verbosity

    👀 The new client is verbose so it let know what’s going on while you are using the client. You won't miss if something went wrong. It’s up to you to define which level of logs you might want to see in your console. You can change it using AlgoliaSearchClient.Logger.minSeverityLevel value.