Skip to content

Version 0.8.1

Compare
Choose a tag to compare
@jtnelson jtnelson released this 26 Mar 19:47
· 702 commits to master since this release
  • Fixed a bug that caused local CCL resolution to not work in the findOrInsert methods.
  • Fixed an issue that caused conversion from string to Operator to be case sensitive.
  • Fixed a bug that caused the putAll method in the map returned from TrackingMultimap#invert to store data inconsistently.
  • Added better error handling for cases when an attempt is made to read with a value with a type that is not available in the client's version.
  • Fixed a bug that caused Concourse Server to unreliably stream data when multiple real-time plugins were installed.
  • Fixed a bug that caused Concourse Server to frequently cause high CPU usage when multiple real-time plugins were installed.
  • Added an isolation feature to the ImportDryRunConcourse client (from the concourse-import framework). This feature allows the client to import data into an isolated store instead of one shared among all instances. This functionality is not exposed to the import CLI (because it isn't necessary), but can be benefical to applications that use the dry-run client to programmatically preview how data will be imported into Concourse.
  • Added an implementation for the ImportDryRunConcourse#describe method.