Skip to content

Releases: saucelabs/saucerest-java

2.0.5

30 Mar 13:24
9208032
Compare
Choose a tag to compare
<dependencies>
	<dependency>
	    <groupId>com.saucelabs</groupId>
	    <artifactId>saucerest</artifactId>
	    <version>2.0.5</version>
	</dependency>
</dependencies>

Changelog

  • 9208032 - Adjust model for new key in storage (#353)
  • 84589b1 - Comment out slack notification (#352)
  • 7b5a59e - Merge branch 'fix-new-storage-key' into add-remaining-user-apis
  • 04db0a0 - Add model mapping for new key in response
  • 8c29207 - Bump selenium-java from 4.8.1 to 4.8.3 (#349)
  • 54c405c - Bump selenium-java from 4.8.1 to 4.8.3
  • 7e29e7b - Comment out slack notification
  • 677f29f - Bump deps (#347)
  • da3a0f7 - Bump mockito-junit-jupiter from 5.1.1 to 5.2.0 (#342)
  • 853f910 - Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 (#343)
  • 1d51761 - Bump metcalfc/changelog-generator from 4.0.1 to 4.1.0 (#344)
  • bea1b6a - Bump maven-scm-plugin from 1.13.0 to 2.0.0 (#345)
  • 690d3b7 - Bump maven-release-plugin from 3.0.0-M7 to 3.0.0 (#346)
  • 582ea32 - Bump maven-release-plugin from 3.0.0-M7 to 3.0.0
  • 8aedc54 - Bump maven-scm-plugin from 1.13.0 to 2.0.0
  • 389003d - Bump metcalfc/changelog-generator from 4.0.1 to 4.1.0
  • 8b799c7 - Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0
  • b978ac6 - Bump mockito-junit-jupiter from 5.1.1 to 5.2.0
  • 7c28130 - Bump json from 20220924 to 20230227 (#339)
  • 78cb110 - Bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#340)
  • 0918d0a - Bump actions/checkout from 2 to 3 (#341)
  • e889dd5 - Bump actions/checkout from 2 to 3
  • ac45f39 - Bump maven-compiler-plugin from 3.10.1 to 3.11.0
  • 781e582 - Bump json from 20220924 to 20230227

2.0.4

06 Mar 23:21
4cb0524
Compare
Choose a tag to compare
<dependencies>
	<dependency>
	    <groupId>com.saucelabs</groupId>
	    <artifactId>saucerest</artifactId>
	    <version>2.0.4</version>
	</dependency>
</dependencies>

Changelog

  • 4cb0524 - WIP: Add remaining user mgmt endpoints and code improvements (#336)
  • b2d010e - Try to improve tests
  • 457dcab - Try to improve tests
  • 082b686 - Add new key of response to model
  • c7d352a - Add remaining accounts endpoints
  • ec465e3 - Fix integration test
  • 7c99263 - Apply IDE code fix and reformat suggestions
  • 06f2b39 - Add get user concurrency endpoints
  • 75aeee1 - Fix phone number validation for updating user, add partially update user endpoint, improve int tests
  • 9028ae9 - Fix phone number validation for updating user, add partially update user endpoint, improve int tests
  • a06dd0d - Only run slack notification for failed int tests
  • 9a82704 - Merge remote-tracking branch 'origin/add-remaining-user-apis' into add-remaining-user-apis
  • a34c097 - Add Slack notification
  • b627809 - Bump actions/dependency-review-action from 2 to 3 (#337)
  • 1d23ce2 - Bump actions/dependency-review-action from 2 to 3
  • f4ffe95 - Backmerge (#335)
  • 8c72717 - Create dependency-review.yml
  • 24465c1 - Remove comments
  • fbd95e1 - Remove code duplication and simplify request methods, add more error explanation, enable logging
  • f100653 - Bump selenium-java from 4.8.0 to 4.8.1 (#334)
  • ab4c421 - Bump selenium-java from 4.8.0 to 4.8.1 (#333)
  • 6963f94 - Bump selenium-java from 4.8.0 to 4.8.1
  • 04c6051 - Rename methods to make them a bit clearer
  • 484897a - Add update user endpoint
  • 590e856 - Fix not passing credentials correctly to some endpoints
  • d3cbcee - Add create user endpoint
  • def29de - Remove commented out test code

2.0.3

15 Feb 15:22
237ff11
Compare
Choose a tag to compare
<dependencies>
	<dependency>
	    <groupId>com.saucelabs</groupId>
	    <artifactId>saucerest</artifactId>
	    <version>2.0.3</version>
	</dependency>
</dependencies>

Changelog

  • 237ff11 - Try to fix NotFound response (#332)
  • acaf345 - Increase deps version and increase waiting time for assets to become available
  • b0d981a - Try to fix NotFound response
  • aadc525 - Fix naming
  • e3b5cd6 - Add app upload to us west
  • ab34b36 - Bump lombok from 1.18.24 to 1.18.26 (#326)
  • 60384f5 - Merge branch 'master' into dependabot/maven/org.projectlombok-lombok-1.18.26
  • cfbddd5 - Refactor tests and attempt to fix test flakiness (#329)
  • cce0634 - Merge branch 'master' into refactor-tests
  • 4694371 - Trying to fix notfound
  • 4ab4e84 - Add SC setup back to int job
  • de0fdcf - Fix typo
  • a9d26f7 - Try to extract setting SC up into separate workflow
  • d0bb02f - Refactor reset method
  • c8fa738 - Re-add SC to CI instead of using reusable workflow
  • 73d239c - Fix syntax
  • 022a97e - Add dependency to SC workflow
  • 73ad19c - Try fixing workflow
  • 7424607 - Called reusable workflow inherits secrets from caller
  • c64e89d - Structure workflow more
  • 0eb35a6 - Fix workflow syntax
  • 81864db - Fix workflow syntax
  • 8c73c91 - Add on workflow trigger
  • 5a0e6ee - Extract workflows to their own workflows
  • ec77005 - Change query
  • 07dac6d - Merge branch 'master' of github.com:saucelabs/saucerest-java
  • 45c0c1d - Add APAC SC to workflow
  • a54c5ff - WIP: Improve stability of tests (#328)
  • ca7d022 - Add some logging
  • e93cd67 - Retry 429 response code
  • 6daf9e8 - Add retry logic for 5xx API responses
  • a24dc8a - Increase max. wait time to accomodate slower API response
  • 7e930b8 - WIP: Add user mgmt endpoints (#324)
  • d72f6f8 - Add crash log url to model
  • 8354811 - Add new has_crashed to model
  • 52aba25 - Bump lombok from 1.18.24 to 1.18.26
  • f81d9b4 - Bump lombok from 1.18.24 to 1.18.26 (#325)
  • 9f17cc8 - Bump lombok from 1.18.24 to 1.18.26
  • fe558a3 - Bump lombok from 1.18.24 to 1.18.26 (#323)
  • fbf6e55 - Add missing code docu
  • 480b40d - Add Get User endpoint
  • e146330 - Update .editorconfig
  • 0f39339 - Bump lombok from 1.18.24 to 1.18.26
  • 33239de - Add documentation
  • 789dc64 - Add Lookup Users endpoint
  • 8950e0f - Merge branch 'master' of github.com:saucelabs/saucerest-java into add-user-mgmt-endpoint
  • 2c61956 - Bump mockito-junit-jupiter from 5.0.0 to 5.1.1 (#322)
  • c601c8b - Try and fix flakiness of tests
  • d015ead - Bump mockito-junit-jupiter from 5.0.0 to 5.1.1
  • df64e23 - Add team mgmt endpoint (#321)
  • 7d67e6e - Remove additional forward slash when building Job URL
  • 5a7a978 - Add Reset Access Keys for Entire Team endpoint
  • fca4645 - Add List Team Members endpoint
  • eba8fab - Add missing documentation to partiallyUpdateTeam endpoint
  • c29af41 - Add partially update team endpoint
  • cd3eae8 - Add PATCH request
  • f9f8803 - Add update team endpoint
  • dfebb7f - Add documentation for deleteTeam
  • 1eb7672 - Trying to fix flaky SC int tests
  • aeb2889 - Merge branch 'master' into add-team-mgmt-endpoint
  • 2ce7bf2 - Add create and delete endpoint
  • 323e2af - Remove mockito-inline dependency (#318)
  • 4c9b72f - junit-platform.properties move into src/test/resources folder
  • 37a0daa - Refactor createTeam()
  • e1c43c1 - Clean up import in CreateTeam.java
  • c64bb35 - Remove mockito-inline dependency
  • 31fa0fe - Merge remote-tracking branch 'origin/master'
  • 5b934c5 - WIP
  • ab497cf - Refactor non-2xx response handling (#317)
  • [286d07c](http://github.com/saucelabs/...
Read more

2.0.2

18 Jan 23:05
f3e0597
Compare
Choose a tag to compare
<dependencies>
	<dependency>
	    <groupId>com.saucelabs</groupId>
	    <artifactId>saucerest</artifactId>
	    <version>2.0.2</version>
	</dependency>
</dependencies>

Changelog

  • f3e0597 - Update release.yml
  • 02dc10a - Update release.yml
  • 1ac0c4b - Unify dc (#306)
  • d89b98c - Unify naming of Data Centers (#302)
  • 5bdd2fb - Unify naming of Data Centers
  • e669664 - Bump junit-jupiter from 5.9.1 to 5.9.2 (#298)
  • 116c511 - Bump junit-jupiter-engine from 5.9.1 to 5.9.2 (#299)
  • 34e288d - Bump junit-bom from 5.9.1 to 5.9.2 (#300)
  • 5c4d0aa - Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 (#301)
  • b368b7a - Merge branch 'master' into dependabot/maven/org.junit.jupiter-junit-jupiter-5.9.2
  • c9e4629 - Merge branch 'master' into dependabot/maven/org.junit.jupiter-junit-jupiter-engine-5.9.2
  • cf88ade - Merge branch 'master' into dependabot/maven/org.junit-junit-bom-5.9.2
  • f633805 - Merge branch 'master' into dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.0.0-M8
  • 7dc13e2 - WIP: Allow requests to be made to public endpoints (#303)
  • 65b835c - Merge branch 'master' into alexh-allow-requests-without-auth
  • 418fa01 - Add testReportType to RDC DeviceJob (#305)
  • f5856ea - Allow requests to be made to public endpoints
  • c14b96f - Merge branch 'master' into dependabot/maven/org.junit.jupiter-junit-jupiter-5.9.2
  • ad23a9c - Merge branch 'master' into dependabot/maven/org.junit.jupiter-junit-jupiter-engine-5.9.2
  • 723ea42 - Merge branch 'master' into dependabot/maven/org.junit-junit-bom-5.9.2
  • 9367393 - Merge branch 'master' into dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.0.0-M8
  • defef9c - Add clarifying comment to Sauce Connect integration tests
  • 8077e10 - - Add GitHub action to start Sauce Connect tunnels in EU and US - Implement method to get tunnel IDs for a user - Add integration test for implemented method - Add Sauce Connect config files for GitHub action
  • 0638196 - Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8
  • 89baf04 - Add endpoint for getting latest Sauce Connect version. Including tests and model.
  • 0e41241 - Bump junit-bom from 5.9.1 to 5.9.2
  • b1a0765 - Bump junit-jupiter-engine from 5.9.1 to 5.9.2
  • 4554445 - Bump junit-jupiter from 5.9.1 to 5.9.2
  • 5953d10 - Add Builder pattern to Storage endpoints (#291)
  • 67dadd9 - Bump year in the license (#296)
  • aaf21be - Simplify error handling on tunnel deletion (#297)
  • 4383024 - Simplify error handling on tunnel deletion (#295)
  • 2312964 - Bump year in the license
  • af1f2dc - Simplify error handling on tunnel deletion
  • b1396c9 - Add UnknownError exception, throw in deleteTunnel() (#293)
  • e334be8 - Add UnknownError exception, throw in deleteTunnel()
  • 12244e2 - Bump selenium-java from 4.6.0 to 4.7.2 (#290)
  • 347a550 - Bump java-client from 8.2.0 to 8.3.0 (#287)
  • d88ee56 - Implement Real Device endpoints including integration tests (#284)
  • e5e16ba - Add Platform endpoints (#283)
  • c7b116b - Bump metcalfc/changelog-generator from 3.0.0 to 4.0.1 (#282)
  • 083853c - Bump maven-release-plugin from 3.0.0-M6 to 3.0.0-M7 (#281)
  • a530070 - Bump github/codeql-action from 1 to 2 (#280)
  • 04d149f - Bump selenium-java from 4.5.3 to 4.6.0 (#279)
  • d7dd6dd - Implement new Storage API and remove deprecated Storage API (#277)
  • 60ce056 - Switch to use Java Base64 implementation (#278)
  • 9663b18 - Switch to use Java Base64 implementation
  • bc376aa - Add APAC endpoint (#275)
  • 6d3376a - Update java-ci.yml
  • 20d396f - Update java-ci.yml
  • ea6e5c6 - Reduce scope of Selenium dependency (#272)
  • c718dfb - [CI] Enable caching (#273)
  • e80ee74 - Update java-ci.yml
  • eb5f40d - Add feature/ prefix to issues created with label feature_request.
  • 245afc5 - Update GitHub Actions version (#270)
  • aa8aa42 - Update GitHub Actions version part 2
  • dc2dc5d - Update GitHub Actions version
  • f4d3a5b - Update issue-branch.yml
  • b573320 - Update issue-branch.yml
  • f76e74c - Remove defaulting to US data center (#268)
  • 7cad01e - Bump selenium-java from 4.1.2 to 4.5.3 (#263)
  • 2df1e9e - Bump okhttp from 4.9.3 to 4.10.0 (#262)
  • [1080c65](http://github.com/saucelabs/saucerest-java/commit/1080c651fd17726264b797d85e123...
Read more

1.1.9

20 Sep 08:14
6b980a8
Compare
Choose a tag to compare
<dependencies>
	<dependency>
	    <groupId>com.saucelabs</groupId>
	    <artifactId>saucerest</artifactId>
	    <version>1.1.9</version>
	</dependency>
</dependencies>

Changelog

No Changes.

1.1.8

16 May 18:57
e5a2370
Compare
Choose a tag to compare
<dependencies>
	<dependency>
	    <groupId>com.saucelabs</groupId>
	    <artifactId>saucerest</artifactId>
	    <version>1.1.8</version>
	</dependency>
</dependencies>

Changelog

1.1.7

12 May 19:35
c44b511
Compare
Choose a tag to compare
<dependencies>
	<dependency>
	    <groupId>com.saucelabs</groupId>
	    <artifactId>saucerest</artifactId>
	    <version>1.1.7</version>
	</dependency>
</dependencies>

Changelog

1.1.6

20 Mar 22:56
Compare
Choose a tag to compare
<dependencies>
	<dependency>
	    <groupId>com.saucelabs</groupId>
	    <artifactId>saucerest</artifactId>
	    <version>1.1.6</version>
	</dependency>
</dependencies>

Changelog

  • 28c006c - Merge branch 'master' of github.com:saucelabs/saucerest-java
  • 7cda8f6 - Add unit tests and code coverage to release workflow
  • ee07e6c - Next try 3
  • 910a3ca - Next try 2
  • 27d2ff6 - Next try
  • 2ad57c3 - Try and fix Git setup for workflow
  • 90297c4 - Fix syntax error
  • 34f6ee8 - Add Git email and name to workflow
  • eb0f85e - More log clutter hiding
  • 53d80c7 - Block log clutter
  • a898e38 - Improve release flow

1.1.5

20 Mar 01:17
f2986b2
Compare
Choose a tag to compare
<dependencies>
	<dependency>
	    <groupId>com.saucelabs</groupId>
	    <artifactId>saucerest</artifactId>
	    <version>1.1.5</version>
	</dependency>
</dependencies>

Changelog

  • f2986b2 - Add automatically generating changelog and Github release
  • 80a58af - Add workflow to upload to Maven Central (#229)
  • d07d696 - Compile with Java 17
  • 6285d37 - Fix wrong step name
  • 47a7f3a - Use Java 17 for building
  • c7c9ba0 - [maven-release-plugin] prepare for next development iteration