Tags give the ability to mark specific points in history as being important
-
-
1.12.0
3a5e0f2b · ·### 1.12.0 :rocket: New features * Renamed all `/api/model` paths to `/api/tango_model` in both private and public API specifications for consistency with the platform naming convention. * Added `model_card_file_id` as a required field to `ModelPayload` in the private API — model registration now requires a model card file reference uploaded via storage-manager. * Added `model_card_file_id` as a read-only optional field to `ModelPayload` and `ExplainableModelPayload` in the public API response schemas. * Added `GET /api/tango_model/{model_code}/version/{model_version}/model_card` endpoint to the public API for downloading model card files. * Added `POST /o/token/` endpoint to the auth API documenting the OAuth2 client_credentials grant for service principal (machine-to-machine) authentication. * Added `OAuthTokenBody` and `OAuthTokenResponse` schemas to the auth API. ### -
1.11.0
7915c8cc · ·### 1.11.0 :rocket: New features * Added Postman collection and environment to simplify platform integration; the collection lists the request that should be conducted to interact with the platform from a user's perspective, starting from login to session and invocation management. ###
-
1.10.0
28e5022a · ·### 1.10.0 :rocket: New features * Added endpoint to list all the models available in a workspace (rejected/approved/pending) in private API and updated postman collection. * Added endpoint to change status for a given model in private API and updated postman collection. ###
-
1.9.0
4ac29cb7 · ·### 1.9.0 :rocket: New features * Added endpoints to `auth_api` for rate limiting management. * Added patch endpoint to `deployment` into `private_api` for updating deployment credentials. * Added request to get OAuth token. :nail_care: Polish * Removed token endpoints from auth API documentation. ###
-
1.8.0
98baa858 · ·### 1.8.0 :boom: Breaking changes * Added `user_id` field to Public API `Invocation` to record the owner and pass it to the workflow manager and model proxy microservices. * Added `user_id` field to Private API on `Deployment`, `ModelMetadata` and `Storage` creation to track the owner of the entity. :rocket: New features * Updated OpenAPI removing `list_sessions`, `list_invocations` endpoints for a given model on Private API. * Updated OpenAPI removing `list_files` endpoint for a given storage on Private API. * Updated OpenAPI removing `list_users` and `get_user` endpoints on private API. ###
-
1.7.0
96b09c44 · ·### 1.7.0 :rocket: New features * Updated OpenAPI to support the `quick` field in the `InvocationCreateRequest`. * Added `feedback_schema` field to the `Model` data model in OpenAPI specification. * Updated Postman collection to include the `feedback_schema` field in the `Model` data model. ###
-
1.6.0
36df589d · ·### 1.6.0 :rocket: New features * Updated OpenAPI and Postman collection to reflect current API state. ###
-
1.5.0
c3e355e2 · ·### 1.5.0 :rocket: New features * Added `realtime` endpoint to request a real-time model invocation. ###
-
1.4.0
9e459761 · ·### 1.4.0 :rocket: New features * Added openapi specification for the new `StorageManager` service. * Added endpoint to list available metrics. * Added endpoint to retrieve a specific metric with optional parameters. * Added endpoint to list available storage providers. ###
-
1.3.0
ad478621 · ·### 1.3.0 :rocket: New features * Added endpoint for deactivating a token. * Added endpoint to support the creation of a feedback invocation. * Added endpoint for enabling and disabling a token generated in the TANGO dashboard. * Added explanation to deployment and model creation endpoints regarding their unique attributes. ###
-
1.2.0
1712c1bd · ·:rocket: New features * Added input_schema and output_schema definitions to API specifications. * Added invocation with explanation and get model metadata. * Updated API documentation to include ModelListPayload schema with is_explainer and has_explainer attributes. * Added endpoints to list TANGO registry connector and server proxy in Postman collection. * Add input and output schemas to TANGO Model data-model. * Refactored tango model attributes in OpenAPI specification to flatten structure and add 'need_context' property. * Added disclaimer in json format. * Added endpoint to list TANGO server proxy in Postman collection. * Updated changelog to include new list_tangoserverproxy endpoint in OpenAPI and Postman. * Added input and output schema to TANGO API postman collection. * Refactored model attributes in OpenAPI schema for improved clarity. * Added input and output schemas to TANGO Model data-model in OpenAPI specification. * Added endpoints for listing TANGO Registry Connectors and TANGO Server Proxy. * Updated postman collections with API to update session state. * Added patch session state endpoint to public API OpenAPI.
-
1.1.0
27f8d99a · ·### 1.1.0 :rocket: New features * Field `model_identifier` renamed to `model_code`. * Added TANGO connectors list endpoint. * Field `invocations` removed from `Session`. * Field `workspace` added to `Session`, `Deployment` and `Model`. * Added endpoints to list user sessions and invocations in public api. * Added endpoints to list workspace sessions and invocations in private api. * Added a license disclaimer that allows import in Postman. ###
-