Skip to content

Release 0.7.0 of gordo-components

Compare
Choose a tag to compare
@milesgranger milesgranger released this 11 Feb 11:40
· 788 commits to master since this release
  • Support dumps and loads for gordo serializer (7774f7a)

    • Can dump a pipeline into bytes serializer.dumps() and load serializer.loads()
  • Update watchman to just use target names (43dac9b)

    • Running watchman no longer requies a list of sanitized machine/target names. Only the project name
  • Pickup METADATA passed in from infrastructure (5927f4c)

    • Allows users to specify metadata key mapping in each machine config
  • Make Watchman return metadata from servers & report naked endpoints (18b0528)

    • endpoints now reports endpoint as the base path to the server and not /metadata as the endpoint.
    • Returns the metadata from the endpoints metadata route as well as healthy status
  • Update ambassador host to match namespace it's in (b3911d0)

    • Ambassador was moved into its own namespace, fix for watchman contacting servers.
  • Add DataLakeBackedDataset as a possible data getter (227eade, 48f383b, 4385aba)