Skip to content

Releases: GraphStory/neo4j-ios

SSL certificate fix

12 Jun 13:34

Choose a tag to compare

  • Makes it so that SSL connections no longer need their own certificate
  • Removed dependency on ShellOut for macOS and Linux
  • Added support back in for iOS, macOS, Linux, tvOS and watchOS

Bolt Support

02 Jun 16:55

Choose a tag to compare

Merge pull request #38 from niklassaers/master

Theo 3.1.0 - Bolt

v3.0.0

20 Jan 14:43

Choose a tag to compare

  • Unit Test refactoring and fixes
  • Support for linux tests
  • SPM
  • CocoaPods Support
  • Carthage Support
  • Swift 3 support
  • VAPOR Integration
  • Updated README

A huge thanks to Nik Saers for all the contributions to Theo

Hot Fix For Basic Auth Bug

22 Jul 01:32

Choose a tag to compare

There was a change with Neo4j version 2.2.x which caused auth failures using NSCredentialStorage. This release fixes that by injecting the Authorization header into each request.

Hotfix for labels with nodes

26 May 02:29

Choose a tag to compare

Fixes issue where labels where not being created for a given node

Swift 1.2 Support

14 Apr 15:19

Choose a tag to compare

  • Project now requires Xcode 6.3+ to run due to the changes in Swift 1.2

Contributors

@tbogosia

Bug fixes and speed improvements

06 Jan 14:49

Choose a tag to compare

  • Background queue parsing of data
  • Handling empty responses but successfull status codes
  • Added Description for Relationship
  • Xcode 6.1.1
  • Disabled the HTTP cache because of issues it was causing. I will revisit this later
  • Minor unit test cleanup

Initial 1.0 Release

25 Oct 18:37

Choose a tag to compare

Initial 1.0 Release