- Transition to the updated method of signing authenticated app requests: #983
- [FIX]: Fix for an issue that prevented making app authenticated requests with query parameters containing '!': #978
- Add new
GET /api/public/search/apps
endpoint: #908 - Extra deployment steps:
- Deploy
v1.2.0
of the search cookbook
- Deploy
- [FEATURE]: Add
GET [/api/search/apps]
endpoint to search the App Store: #875 - Extra Deployment Steps:
- Upload
v1.1.0
of the search cookbook
- Upload
- [FIX]: Fix characters of uuids to be url-safe: #822
- Extra deployment steps:
- Search through existing ids and convert '~' to '-' and '!' to '_'
- Update UUIDs: #768
- [FEATURE]: Support app authentication: #798
- [REMOVAL]: Remove support for yahoo, rumble, and aol vidoes: #669
- [FIX]: Upgrade mongo driver to 2.x, fixing reconnect issues: #717
- Extra deployment steps: None
- [FIX]: Stop faking referer on calls to google: #621
- Extra deployment steps:
- Deploy search cookbook 1.0.0
- [FIX]: Stop logging cookie header: #539
- Extra deployment steps: None
- [FIX]: Auth middleware will handle users with roles + policies: #475
- Extra deployment steps: None
- [FIX]: Cookie and session security improvements: #423
- Extra deployment steps:
- Deploy updated cookbooks
- Set
sessions.secure = true
for staging + production environments
- [FIX]: Handle long vimeo durations: #391
- Extra deployment steps: None
- [FIX]: Handle
m.youtube.com
links: #387 - Extra deployment steps: None
- [FIX]: Support all of vimeo's duration formats: #361
- Extra deployment steps: None
- [FIX]: Support "# minutes" duration formats: #357
- Extra deployment steps: None
- [FEATURE]: Add support for Rumble: #343
- Extra deployment steps: None
- [FEATURE]: Add support for AOL and Yahoo videos: #329
- Extra deployment steps: Deploy new search service cookbook
- [FEATURE]: Add journaling: #309
- Extra deployment steps:
- Deploy new c6mongo and create capped audit collection
- Deploy new cookbook and update environment with c6Journal config
- [FIX]: Prevent client from seeing or querying for more than 100 results: #289
- Extra deployment steps: None
- [FIX]: Handle empty responses from Google: #278
- Extra deployment steps: None
- [FIX]: Retry requests to Google: #266
- Extra deployment steps: None
- [FIX]: Save session docs as JSON, not strings: #261
- [FIX]: Change mongo read preference to primaryPreferred: #262
- Extra deployment steps: Delete/convert existing stringified sessions
- Initial commit of search service: #260