Petisco

Latest version: v2.2.2

Safety actively analyzes 681812 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 55

3.0.0

info:
description: Petisco Sample Service
version: 1.0.0
title: Petisco
license:
name: Apache 2.0
url: 'http://www.apache.org/licenses/LICENSE-2.0.html'
tags:
- name: Info
description: Information about the service

paths:
/healthcheck:
get:
summary: Returns healthcheck information.
operationId: petisco.healthcheck
responses:
200:
description: The healthcheck was successful.
content:
application/json:
schema:
type: string
503:
description: Error connecting with configured persistence (Database Connection)

/environment:
get:
summary: Returns environment information.
operationId: petisco.environment
security:
- ApiKeyAuth: []
responses:
200:
description: The information has been returned.
content:
application/json:
schema:
type: string
401:
description: Access token or API key is missing or invalid.
500:
description: Unexpected Error obtaining environment info

2.6.0

2.2.2

What's Changed
* feat: send message to DL directly if no max_retries configured by fgsalomon in https://github.com/alice-biometrics/petisco/pull/466


**Full Changelog**: https://github.com/alice-biometrics/petisco/compare/v2.2.1...v2.2.2

2.2.1

What's Changed
* fix: Executable name with different configurations without __qualname__ by acostapazo in https://github.com/alice-biometrics/petisco/pull/464
* feat: allow base models as Message attributes by miguel-lorenzo in https://github.com/alice-biometrics/petisco/pull/465


**Full Changelog**: https://github.com/alice-biometrics/petisco/compare/v2.2.0...v2.2.1

2.2.0

What's Changed
* Feature/concurrent futures pool executor by acostapazo in https://github.com/alice-biometrics/petisco/pull/463


**Full Changelog**: https://github.com/alice-biometrics/petisco/compare/v2.1.11...v2.2.0

2.1.11

What's Changed
* feat: add params to configure RabbitMqMessageConfigurer from RabbitMqCommandBus by jask90 in https://github.com/alice-biometrics/petisco/pull/462


**Full Changelog**: https://github.com/alice-biometrics/petisco/compare/v2.1.10...v2.1.11

Page 1 of 55

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.