Skip to content

Releases

This page will document all of the NetOrca releases and release notes

Release Notes

1.2.1

  • Service Item detail page is created
  • Visibility level is added to general settings
  • commit id is taken from the submissions by Netorca SDK
  • Change instance diff view is fixed
  • No submission is generated if no change instance is detected
  • Healthcheck trigger per service item is now available on the service item page
  • Service owners can allow manual approval and completion of change instances in the GUI
  • The logout endpoint is fixed
  • APPROVE/REJECT buttons are hidden for dependent change instances
  • Minor frontend improvements

1.2.0

  • Security updates to core packages
  • UUID field is removed from all of the models
  • Email notification is implemented for new change instance generation
  • Users can be in multiple teams
  • Database healthcheck endpoint is created
  • User feedback button and its configuration are added
  • Deployed items and service configs are visible and editable in GUI
  • "metadata" json field is removed and "description" field is renamed to "data" in deployed items
  • Api keys can be removed from GUI
  • More filters on service item pages
  • The available filter parameters for each endpoint are shown in the request with OPTIONS method

1.1.8

  • Security updates to core packages
  • Permissions are refactored, and bugs fixed
  • The number of service configs are limited per service
  • Fixed bugs in Swagger
  • Team memberships are synced with LDAP
  • Fixed bug in the change_status of applications with errored change instances
  • Webhook's authorization field validation improved

1.1.7

  • Webhooks endpoint refactored
    • event and schedule options are removed. Now, it is triggered only after change instance generation
    • The following endpoints are removed: "/responses", "/invoke", "/schedule". Instead, "/webhooks" and "/webhook_responses" follow Rest API standards for create, get, list, update, delete actions
    • both "webhooks" and "webhook_responses" endpoints have uuid, instead of id, as look up parameter in urls
    • headers field replaced with authorization field for security reasons
    • Webhook front page is refactored with respect to the backend changes
  • Add patch request option to general settings endpoint for updating configs without sending the whole data including sensitive values
  • Fixed bug in admin page: deleting objects directly wouldn't cause null exceptions in admin list pages
  • Improved LDAP password encryption in GeneralSettings
  • In Service Catalog, private services are visible only to the allowed teams
  • Add sorting to all list pages
  • Add filter by the flag in the change instance list page
  • Add "CLOSED" and "REJECTED" to change instances' state filter params
  • By default, list pages are sorted by id descending.
  • In the service edit page, added a new form to select allowed teams for private services
  • Healthcheck page is implemented