Releases: fablabbcn/smartcitizen-api
Releases · fablabbcn/smartcitizen-api
Ruby - Rails LTS
What's Changed
- Hello handshake now has more info in payload by @viktorsmari in #141
- Add throttling to 100 req/min per IP by @viktorsmari in #146
- Private Devices by @viktorsmari in #148
- Handle device not found by @viktorsmari in #150
- Refactor mqtt handler by @viktorsmari in #162
- Fix proposal for urgent handle issue by @viktorsmari in #165
- Use smartcitizen.me instead of kits.smartcitizen.me by @pral2a in #168
- Force SSL + Forward SSL from Nginx to the container by @viktorsmari in #167
- Feat mqtt persistance by @pral2a in #170
- clean project respository structure by @pral2a in #171
- Add scripts and documentation on Cassandra operation by @paulormg in #172
- Handle kairos response error by @viktorsmari in #174
- Handle raw readings published on
device/sck/device_token:/readings/raw
by @vicobarberan in #185 - Add postprocessing_info to device by @viktorsmari in #180
- Fix occasional spurious MQTT message handler spec failures by @timcowlishaw in #231
- Fix PG foreign key error on deleting devices by @timcowlishaw in #232
- Bugfix: CSV download sort order (#215) by @timcowlishaw in #234
- Enhancement/190 skip throttling for researchers and admins by @timcowlishaw in #236
- Bugfix/242 role mask checks by @timcowlishaw in #243
- Populate archived_at field on devices for archived devices by @timcowlishaw in #244
- Add possibility to connect via ssl to broker by @oscgonfer in #245
- Big rails, ruby and gem version update by @timcowlishaw in #240
Full Changelog: v1.2.0...v1.3
Notes
This needs to be included on the production .env
file from now on:
RAILS_LOG_TO_STDOUT=true
If using docker, use:
doco up -d --force-recreate --build app sidekiq mqtt-task telnet-task
Once that's done, run bash inside app container:
doco exec app bash
And run rake migration:
rake db:migrate
iSCAPE Project Stable Release
Rails 5
v1.1.0 Bump to v1.1.0
Dockerized production
We now use Docker in production
v0.1.8
Update gems