Skip to content

Releases: DeployGate/gradle-deploygate-plugin

2.9.0

18 Oct 01:52
798a7ce
Compare
Choose a tag to compare

What's Changed

  • dependabot seems to be fired up too much. by @jmatsu in #207
  • chore(deps): bump org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.3.1 by @dependabot in #202
  • chore(deps): bump the dependencies group with 6 updates by @dependabot in #209
  • chore(deps): bump net.bytebuddy:byte-buddy from 1.12.21 to 1.14.12 by @dependabot in #196
  • Prevent using same names for different artifacts in a workflow run by @jmatsu in #210
  • chore(deps): bump com.diffplug.spotless:spotless-plugin-gradle from 6.13.0 to 6.16.0 by @dependabot in #195
  • chore(deps): bump the dependencies group with 1 update by @dependabot in #213
  • chore(deps): bump com.diffplug.spotless:spotless-plugin-gradle from 6.16.0 to 6.25.0 by @dependabot in #211
  • chore(deps): bump rdoc from 6.6.2 to 6.6.3.1 in /docker/mock-server by @dependabot in #214
  • chore(deps): bump the dependencies group in /docker/mock-server with 2 updates by @dependabot in #215
  • chore(deps): bump net.bytebuddy:byte-buddy from 1.14.12 to 1.14.13 by @dependabot in #216
  • chore(deps): bump net.bytebuddy:byte-buddy from 1.14.13 to 1.14.14 by @dependabot in #217
  • chore(deps): bump ruby from 3.3.0 to 3.3.1 in /docker/mock-server in the dependencies group by @dependabot in #218
  • chore(deps): bump sqlite3 from 1.7.3 to 2.0.1 in /docker/mock-server in the dependencies group by @dependabot in #219
  • chore(deps): bump org.objenesis:objenesis from 3.3 to 3.4 by @dependabot in #220
  • chore: Purge mock-server sources from this repo by @jmatsu in #221
  • chore(deps): bump net.bytebuddy:byte-buddy from 1.14.14 to 1.14.15 by @dependabot in #222
  • chore(deps): bump com.google.code.gson:gson from 2.10.1 to 2.11.0 by @dependabot in #223
  • chore(deps): bump net.bytebuddy:byte-buddy from 1.14.15 to 1.14.17 by @dependabot in #225
  • chore(deps): bump net.bytebuddy:byte-buddy from 1.14.17 to 1.14.18 by @dependabot in #226
  • chore(deps): bump org.apache.httpcomponents.client5:httpclient5 from 5.3.1 to 5.4 by @dependabot in #231
  • chore(deps): bump org.jetbrains:annotations from 24.1.0 to 25.0.0 by @dependabot in #232
  • chore(deps): bump net.bytebuddy:byte-buddy from 1.14.18 to 1.15.3 by @dependabot in #233
  • Fix: use sonatype user token for uploading artifacts by @satsukies in #227
  • Added new support AGP versions up to v8.7.x by @satsukies in #234
  • chore: bump up version to 2.9.0 by @satsukies in #235
  • fix: use specific version of rtCamp/action-slack-notify by @satsukies in #239
  • Env stub class for testing is broken by @jmatsu in #241
  • chore(deps): bump org.jetbrains:annotations from 25.0.0 to 26.0.1 by @dependabot in #238
  • chore(deps): bump net.bytebuddy:byte-buddy from 1.15.3 to 1.15.4 by @dependabot in #237
  • fix: use correct value for access to Nexus Repository Manager by @satsukies in #242

Full Changelog: 2.8.0...2.9.0

2.8.0

08 Mar 10:09
513aebd
Compare
Choose a tag to compare

What's Changed

  • Update README and changelogs for 2.7.0 by @jmatsu in #181
  • chore(deps): bump puma from 5.6.5 to 5.6.7 in /docker/mock-server by @dependabot in #183
  • chore(deps): bump nokogiri from 1.14.0 to 1.15.4 in /docker/mock-server by @dependabot in #184
  • Add testcases and update documents for HedgeHog stable releases by @jmatsu in #185
  • chore(deps): bump puma from 5.6.7 to 5.6.8 in /docker/mock-server by @dependabot in #186
  • Fix an inaccessible property in packaging task class since AGP 8.3.0 by @jmatsu in #192
  • Configure dependabot.yml by @jmatsu in #193
  • chore(deps): bump org.jetbrains:annotations from 24.0.1 to 24.1.0 by @dependabot in #198
  • chore(deps): bump docker/login-action from 2 to 3 by @dependabot in #197
  • chore(deps): bump docker/build-push-action from 3.3.0 to 5.1.0 by @dependabot in #201
  • chore(deps): bump the dependencies group in /docker/mock-server with 5 updates by @dependabot in #205
  • update README and CHANGELOG for 2.8.0 by @satsukies in #208
  • chore(deps): bump the dependencies group in /docker/mock-server with 1 update by @dependabot in #194
  • bump up version to 2.8.0 by @satsukies in #206

New Contributors

Full Changelog: 2.7.0...2.8.0

Ver 2.7.0

27 Jul 03:17
d3139d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6.0...2.7.0

Ver 2.6.0

20 Mar 08:07
47577ab
Compare
Choose a tag to compare

See https://github.com/DeployGate/gradle-deploygate-plugin/blob/master/CHANGELOG.md#ver-260

What's Changed

  • No longer required to specify closureOf by @jmatsu in #144
  • Test AGP 8.0.0-alpha10 by @jmatsu in #154
  • Remove the legacy Gradle build lifecycle API by @jmatsu in #159
  • Remove Project#afterEvaluate and remove workaround for Gradle 4.9 or lower by @jmatsu in #162
  • Add Gradle 8.x and Flamingo tests by @jmatsu in #163
  • Use Java8 to build artifacts by @jmatsu in #164
  • Use Spotless to format source codes by @jmatsu in #168
  • Builds would fail if api token is found but app owner name is not found by @jmatsu in #172

New Contributors

Full Changelog: 2.5.0...2.6.0

Ver 2.5.0

11 May 04:48
3aee1e4
Compare
Choose a tag to compare
  • Deprecate visibility property #136
  • Several improvements for developers' support.

Since 2.4.0, Arctic Fox, Bumblebee, Chipmunk are supported.

Ver 2.4.0

07 May 04:03
Compare
Choose a tag to compare
  • Support Android Studio 4.2.0 stable #114
  • Support Gradle 7.0 which is the minimum required version of Arctic Fox (non-stable) #121

[2021/07/29]

  • Support Gradle 7.0.2 which is the minimum required version of Arctic Fox (stable) #128
  • Added a note that 2.4.0 supports Arctic Fox Stable #128

Ver 2.4.0-rc01

26 Oct 10:55
Compare
Choose a tag to compare
Ver 2.4.0-rc01 Pre-release
Pre-release

Improvements

  • Address Android Gradle Plugin 4.2.0-alpha14's breaking changes #114

No new feature and bug fixes are included since 2.3.0

Ver 2.3.0

12 Jun 07:33
a1192d3
Compare
Choose a tag to compare
  • Expose the response of Upload API for other tasks #109

Includes changes to support Android Studio 4.1.0-beta01, 4.2.0-alpha01 #106

Ver 2.2.0

29 May 09:10
350f336
Compare
Choose a tag to compare
  • Support Android Studio 4.0.0 ref: #100, #102

Ver 2.1.0

24 Dec 03:23
e9a5e29
Compare
Choose a tag to compare
  • Support Android Studio 3.6.0-rc01 (and beta01-05) ref: #90
  • Support App Bundle Upload ref: #60