Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

v0.19.1

Compare
Choose a tag to compare
@whaught whaught released this 08 Jan 03:42
· 718 commits to main since this release
v0.19.1
1b0a580

Release notes for main

Documentation

Changelog since v0.19.0

Changes by Kind

New Features

  • Added support for Twilio messaging services (#1526, @whaught)

  • Advanced searching is a new feature for user search that allows for more granular searching. It's backwards-compatible with the former search syntax, but now includes the ability to filter searches by fields. Specifically, you can now query like "name:foo" or "can:APIKeyWrite" to perform advanced queries.

    Bulk permission management is a new feature that allows people with UserWrite permissions to modify other users' permissions in bulk in their realm. (#1525, @sethvargo)

Bulk Upload

  • Support testType field as input for bulk-upload (#1531, @whaught)
  • The bulk-uploader will skip conflict or already-succeeded lines when re-using a log csv from a previous attempt (#1530, @whaught)
  • I8n strings for bulk-issue (#1509, @whaught)

Fixes

  • Delete any orphaned entries before creating foreignkey. This handles an extreme edge case where an entry was manually deleted from the database before the FK constraint existed. (#1533, @sethvargo)
  • Drop foreignkey constraints if they already exist before creating (#1534, @sethvargo)
  • Monitoring: Add ClouldSchedulerJobFailed alert. (#1527, @yegle)
  • Only emit an error when shouldCleanup actually fails (#1520, @sethvargo)
  • Return NotFound for invalid UUIDs (#1523, @sethvargo)
  • Switch modeler logs to debug (#1522, @sethvargo)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.