Skip to content

Releases: parse-community/Parse-SDK-Android

1.15.4

30 Apr 04:26
Compare
Choose a tag to compare
  • Fix executor for network requests thanks to @natario1 (#648)

  • Remove unused ProGuard rules thanks to @Jawnnypoo (#649)

  • Fix AAR POM dependency list that occurred with 1.15.3

See 1.15.3...1.15.4 for full changelog

1.15.3

29 Apr 07:29
Compare
Choose a tag to compare
  • Republishing 1.15.2 because of missing AAR when trying to publish through Bintray

  • Revised Parse/build.gradle so that we can now publish to Bintray directly.

See 1.15.2...1.15.3 for full changelog

1.15.2

29 Apr 07:28
Compare
Choose a tag to compare
  • Code cleanup from ParseOkHttpClient remants thanks to @Jawnnypoo (#632)

  • Parcelable object interface added to ParseObject, ParseGeoPoint, and ParseFile thanks to @natario1 (#625, #619, #624)

  • Disallow setObjectId() in ParseInstallation thanks to @hermanliang (#624)

  • Allow Parse server URL redirects thanks to @Jawnnypoo (#641)

  • Resave ParseInstallation if Local Datastore (LDS) is enabled thanks to @hermanliang #607, #642)

  • Fix Sonatype snapshots thanks to @hermanliang (#642)

  • Do not initialize when Parse is already initialized (#640)

See 1.15.1...1.15.2 for full changelog

1.15.1

18 Apr 16:45
Compare
Choose a tag to compare
  • If no OkHttpClient is specified, then use the right builder (#637)

See 1.15.0...1.15.1 for full changelog

1.15.0

18 Apr 06:17
Compare
Choose a tag to compare
  • Switch default packaging to AAR

  • OkHttp Builder Exposed for REST and AWS thanks to @Jawnnypoo (#628)

Parse.Configuration config = new Parse.Configuration.Builder(context)
      .clientBuilder(new OkHttpClient.Builder())
      .build();

See 1.14.1...1.15.0 for full changelog

1.14.1

25 Mar 07:58
Compare
Choose a tag to compare

1.14.0

17 Mar 16:23
Compare
Choose a tag to compare
  • Remove Apache dependency to allow for higher Android target SDK thanks to @Jawnnypoo (#554)

  • Attempt to re-save installation if Installation was deleted on the server thanks to @natario1 (#579, #602)

  • Adding availableKeys to ParseState.Object thanks to @natario1 (#596)

  • Support for setting up Server Url in the Manifest thanks to @hermanliang (#600)

1.13.3

09 Mar 01:39
Compare
Choose a tag to compare
  • Close open stream in ParseAWSRequest.java (#590)

  • Add .codecov.yml (#594)

1.13.2

08 Mar 20:12
Compare
Choose a tag to compare
  • Fix bug in ParseOkHttpClient that can cause errors when saving ParseFile (#542)
  • Only add clientKey if non-null (#506)

1.13.1

08 Jun 23:11
Compare
Choose a tag to compare
  • Improved: Support OkHttp3 #435 #468
  • Fix: SSLPeerUnverifiedException when using alongside AccountKit #465
  • Fix: Remove ParseFile size check #462
  • Fix: Avoid requiring trailing / when using alongside parse-server #436
  • Improved: Include Proguard consumer file in AAR #414

Artifacts: Maven Central