Skip to content

2.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 23:21
4cb0524
<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