Releases: tedconf/front_end_builds
Releases · tedconf/front_end_builds
crossdomain.xml removal
- remove crossdomain.xml see https://www.openbugbounty.org/reports/1519953/
Gotcha by group by
This version fixes a bug with FrontEndBuilds::AppsController#index where it would not render the /frontends
admin interface in specific cases.
- This bug was introduced in 1.0.0 (rails 5 updates).
- The controller should return "10 builds for each app", instead it was
returning "10 builds for all apps". This was an issue when one of your apps has
a really old "live build" that is older than your 10 most recent (for any app)
Single backends with only a single FE are not impacted by this bug.
v1.0.1
Rails 5 Support
- Support for Rails 5
- Dropping support for < Rails 5
- Support for OpenSSL Ver 2
- If a user uses a key that is not RSA an exception will now be raised (this app has never supported any other types of keys, but it didn't error with non-rsa keys)
v0.2.1
Version 0.2.1
v0.2.0
Front End Builds 2.0 is designed to work with ember-cli-front-end-builds-pack, which is a plugin pack for use with ember-cli-deploy.
Front End Builds 2.0 is a backwards-compatible change with your existing 1.x configuration on the rails side, but will not work with ember-cli-front-end-builds.
v0.0.26
- Fixes bug in admin in Rails 3 apps
One Live Build
Upgrade notes:
- This release has migrations
Changes:
- Builds no longer have an active/inactive status
- Apps have a single live build
- Admin can make builds live