Added POST /subscriptions requests may now include a validate_only key which when set to true will not add the subscription to the database but still validate it. in POST /subscriptions requests, search_parameters and job_specification are now included under subscription GET /subscriptions requests now include query parameters name gets only subscriptions with the given name job_type gets only subscriptions with the given job type enabled gets only subscriptions where enabled matches subscriptions now include creation_date which indicates date and time of subscription creation, responses from GET /subscriptions are sorted by creation_date decendin
Added lib/dynamo library to allow sharing common code among different apps. Changed POST /jobs re...
Deprecated The Subscriptions feature has been deprecated and will be removed as early as 2023-09-05...
Added <ul> <li>Added support for updating subscription <code>start</code> an...
Added POST /subscriptions requests may now include a validate_only key which when set to true will ...
Added GET /jobs responses now include a subscription_id field for jobs created by subscriptions GET...
Removed The Subscriptions feature has been removed. Removed the /subscriptions API endpoint. Remove...
Added PATCH /subscriptions requests may now update a subscription's enabled attribute in addition t...
Added /subscriptions endpoint which allows a user to define a subscription with search and processi...
Fixed POST /jobs no longer allows users to submit a job of one job_type with the parameters of anot...
Added POST /jobs now accepts a validate_only key at root level, set to true to skip submitting jobs...
Fixed Limited the number of jobs a subscription can send at a time to avoid timing out. Fixes #794....
Added POST /jobs now accepts a validate_only key at root level, set to true to skip submitting jobs...
Changed Subscription handling is now parallelized using a manager to launch one worker per subscrip...
Added lib/dynamo library to allow sharing common code among different apps. Changed POST /jobs re...
Deprecated The Subscriptions feature has been deprecated and will be removed as early as 2023-09-05...
Added <ul> <li>Added support for updating subscription <code>start</code> an...
Added POST /subscriptions requests may now include a validate_only key which when set to true will ...
Added GET /jobs responses now include a subscription_id field for jobs created by subscriptions GET...
Removed The Subscriptions feature has been removed. Removed the /subscriptions API endpoint. Remove...
Added PATCH /subscriptions requests may now update a subscription's enabled attribute in addition t...
Added /subscriptions endpoint which allows a user to define a subscription with search and processi...
Fixed POST /jobs no longer allows users to submit a job of one job_type with the parameters of anot...
Added POST /jobs now accepts a validate_only key at root level, set to true to skip submitting jobs...
Fixed Limited the number of jobs a subscription can send at a time to avoid timing out. Fixes #794....
Added POST /jobs now accepts a validate_only key at root level, set to true to skip submitting jobs...
Changed Subscription handling is now parallelized using a manager to launch one worker per subscrip...
Added lib/dynamo library to allow sharing common code among different apps. Changed POST /jobs re...
Deprecated The Subscriptions feature has been deprecated and will be removed as early as 2023-09-05...
Added <ul> <li>Added support for updating subscription <code>start</code> an...