- Drop support for node 12. Add support for node 18 and MongoDB 5.0.
- Fastify upgraded to v4. #215
- Various UI fixes. #212 #203
- Vulnerability fixes. #220
- Requeue and Delete job fixes. #226 #227
- Add Content-Security-Policy header to all server implementations
- BREAKING: Drop support for MongoDB v3.4, only >=v3.6 is supported now.
- BREAKING: Drop support for node 10, but added node 16 support.
- feat: add
fastify
support #194 - fix: a lot of rendering issues
- fix: newer version of
mongodb
compatibility #193
This file won't mention contributors anymore. Because all contributors are listed on the main page now. Thanks, GitHub!
- feat: Add json validator message when createJob #169 (thanks @love8587)
Complete rewrite of Agendash in Vue.js!
Supports Node.js 10 and up.
2.0.0-beta0.8.2 / 2020-12-04 - As agendash2, in parallel repository https://github.com/agenda/agendash-v2
- fix: search by job name, small side bar design fix and toggle improvements (thanks @simllll)
- fix: joblist reset fix (thanks @simllll)
- fix: improve design on desktop + close sidebar on mobile when clicked on something (thanks @simllll)
- feat: enable options.query as number (thanks @Enubia @simllll)
- feat: multiselect checkboxes (thanks @Enubia @simllll)
2.0.0-beta0.1.0 / 2020-04-30 - First public release of Agendash2 in parallel repository https://github.com/agenda/agendash-v2
- New frontend written from scratch in Vue.js
- Add search
- Add pagination
- Change default refresh interval to 60 seconds
-
Add Hapi v17 middleware, drop support for Node.js v6 & v7 (#81) by umens (BREAKING)
-
Support Agenda version 2 by alexkwolfe (BREAKING)
-
Update dependencies (#69, #70) (BREAKING)
- Agenda
>=0.7.0 <1.0.0
→^1.0.3
and thus require MongoDB v3+ - async
^1.0.0
→^2.6.0
- Agenda
-
Drop support for Node.js v4 and v5 (might still work but we're stopping testing these) (BREAKING)
-
Switch testing with Mocha to Ava (#70)
-
Docker support (#54) by WoLfulus
-
Fix 404 errors when deleting and re-queuing jobs (#61) by koresar
- (simison) Agenda dependency version
<1.0.0
to avoid breaking dependency. - (loris) Fix #24 - Added indexes for faster queries.
- Fix #28 - Removed dependency on Mongo Driver.
- Added API tests with mocha and supertest. No frontend tests.
- (HugoCornu) Fix #19 "Schedule Job" - Don't repeat job if user didn't want it repeated
- (simison) Add engines key to package.json
- (bh-chaker) Schedule Job Feature - create new jobs from the UI
- Limit to 200 jobs on page, no UI for configuration
- (vziukas) Recurring job count and labels
- Fixed "queued" label colors
- (vziukas) Configurable title
- Middleware option moved to "options" object
- (vziukas) multiple instances of agendash can each have a separate agenda
- (rapidia) remove "arrow function" syntax for non-chrome browsers
- (ebourmalo) Fix the middleware usage and use a proper structure
- Batch requeue and delete
- Select All and Select None
- Select multiple jobs
- version bump so npm will update docs
- Added screenshots
- Initial Release
- (simison) Agenda dependency version