Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Files

Latest commit

author
Chris Ciollaro
Nov 16, 2017
ac525b9 · Nov 16, 2017

History

History
46 lines (36 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

46 lines (36 loc) · 1.11 KB

Change Log

All notable changes to this project will be documented in this file.

1.0.0 - 2017-11-16

  • Support for SBT 1.0.0+.

Breaking change

.value should be changed to .evaluated on the testOnly task in build.sbt: Before:

testOnly in Test := (testOnly in Test).dependsOn(startElasticMQ in Test).value

After:

testOnly in Test := (testOnly in Test).dependsOn(startElasticMQ in Test).evaluated

0.4.2 - 2017-02-23

  • Enable different settings for different configurations

0.4.1 - 2017-01-19

  • Fix PidUtil class collision when using multiple localytics/sbt-* projects

0.4.0 - 2016-12-13

  • Refactor to best practices and SBT 1.0 syntax
  • Update to ElasticMQ 0.9.3

0.3.0 - 2016-04-28

  • Change test cleanup to support testOnly

0.2.0 - 2016-02-22

  • Add HeapSize configuration

0.1.0 - Initial release

  • Download and spin up a local ElasticMQ instance via sbt
  • Allow setting ElasticMQ configs (NodeAddress, RestSQS, Queues) via sbt