Skip to content

v1.0.0

Choose a tag to compare

@toverux toverux released this 23 May 16:05

1.0.0 (2017-05-23)

Bug Fixes

  • .env.defaults: restore CHUCK_ADMINWEBUIS_ENABLE to false (07e43deb)
  • 04_upload_bundle: fix Azure upload (do not attempt to create a container) + CS (96fbc746)
  • config:
    • conventions: rename CHUCK_UNITY_EDITOR_PATH to CHUCK_UNITYPATH (f5fa8b20)
    • fix env var for azure.enableEmu (cd67606d)
  • download_assets: fix a bug, refactor, and use node-fetch instead of native http(s) module (53f3063a)
  • embeddable: add the db option. (ea5075b9)
  • package: upgrade packages (fixes express peerdep with @toverux/expresse) (21581ef4)

Features

  • *:
    • API change for steps, they now have less power (5974c150)
    • change config system (again): restore compat with env vars (9046f42f)
    • better error serialization for failed jobs and api unexpect. errors (52246316)
  • 04_upload_bundle: implement upload progress feedback (670a37a0)
  • admin: creation of an administration page. (1a78236f)
  • conversions_api:
    • augment /events api with ?sseType={events|data} param (1ae034d8)
    • implement replay mode on conversion events (99030100)
    • use a better SSE package and change protocol a bit on /events (e7429cf5)
    • implement realtime endpoint for conversion progress (e5331d79)
  • embeddable: export better + jsdoc (ba78fb73)
  • exec_assetbundlecompiler: add support for more options in the assetbundlecompiler. (61749983)
  • http_errors: add GoneError (410) (292b79d4)
  • package:
    • add sse-express and stub typings for it (ad20f4d8)
    • add azure-storage package (a7c8efda)
  • queue_event_handlers: don't unset conversion.step on Conversion when job fails (06a8f65c)
  • queue_processor: cleanup processor supports cleanup reason (68c527b1)
  • standalone: add HTTP BASIC authentification for the admin page (d6f494ac)
  • upload_bundle:
    • complete the shouldProcess function. (e2b036a7)
    • upload the bundle on azure storage ( only tested on emulator for now ) (0202b659)