Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@cmgrote cmgrote released this 03 Jul 11:55

πŸŽ‰ New features

  • Adds samples for event handling through AWS Lambda functions
  • (Experimental) Adds example generated POJOs for extending the SDK

🐞 Bug fixes

  • Fixes an issue where README contents were being double-decoded resulting in a warning being logged
  • Fixes an issue with TableauDatasources and their list of fields, which can contain both calculated and datasource fields
  • Adds exception handling for asset batches, as required by latest SDK update
  • Simplifies search usage using simplifications available in the latest SDK

πŸ₯— QOL improvements

  • All code is now bundled into an uber-jar (jar-with-dependencies), ready to run on alongside the jar-with-dependencies for the Java SDK itself
  • Each merge now includes a lambda-layer zip file that can be uploaded to AWS Lambda, containing all the code for the samples

πŸ› οΈ Maintenance

  • Bumps all dependencies to their latest versions
  • Replaces logback with log4j given AWS's usage of log4j