Skip to content

v2.0.0

Choose a tag to compare

@gr2m gr2m released this 18 Oct 04:12

2.0.0 (2017-10-18)

Features

  • fixturize authorization tokens (bcfd8f6)
  • fixturize commit sha (1423687)

BREAKING CHANGES

  • before, all authorization tokens have been zerofied to 0000000000000000000000000000000000000000. Now they end with the number as listed in the environment variables table
  • Before all commit sha hashes have been zerofied to 0000000000000000000000000000000000000000. Now commit sha hashes include a counter to differentiate unique sha hashes, so they look like 0000000000000000000000000000000000000001, 0000000000000000000000000000000000000002, etc.