All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Upgrade sbt from 1.1.4 to 1.1.6 Thanks to sullis for the PR!
- Upgrade Scalatest from 3.0.1 to 3.0.5
- Upgrade sbt from 1.0.0 to 1.1.4
- Upgrade sbt-release from 1.0.6 to 1.0.8
- Thanks to sullis for the PRs!
- Fix TestOnly instruction in README
- Upgrade to SBT 1.0/Scala 2.12
- Thanks to Jeff Wilde for the PR!
- Fix Windows bugs caused by Windows paths
- Enable different settings for different configurations
- Update to new URL scheme for DynamoDB Local jar
- Fix PidUtil class collision when using multiple localytics/sbt-* projects
- Fix #26 - bug in shutdown
- Refactor to best practices and SBT 1.0 syntax
- Use new syntax to remove warnings in sbt 0.13.13. Thanks @philwills.
- Skip unnecessary untargz
- Verify gz and jar files during deploy stage
- Ensure we kill the right DynamoDB process
- Refactor cleanup after tests to work with
testOnly
- Fail if the tar.gz file is corrupt
- Add HeapSize configuration
- Fix broken task names
- Make lifecycle management explict and easy to use outside of the default test config
- Make use of autoplugin to automatically import keys and settings
- Converted packages to com.localtyics
- Support test configuration where DynamoDB was never started (grahamar/sbt-dynamodb#8)
- adds -sharedDB flag (grahamar/sbt-dynamodb#7)
- Do not download the "latest" jar on every test run (grahamar/sbt-dynamodb#4)
- Improved Cygwin/Windows support
- Killing PID with 'Taskkill' in Windows environment
- Downloading DynamoDB from S3 only when file does not exist locally or version set to latest
- Additional log output