Tags: playpauseandstop/rororo
Tags
3.3.0 Release Features: --------- - Ensure support of latest aiohttp, attrs, environ-config, and pyrsistent versions (#412) - Use Python 3.12.5 as dev version (#413) - Ensure Python 3.13 support (#415) Other: ------ - (**deps**) bump typing-extensions from 4.5.0 to 4.6.2 (#367) - (**deps**) bump cryptography from 39.0.1 to 41.0.0 (#368) - (**deps-dev**) bump hiredis from 2.2.2 to 2.2.3 (#366) - (**deps-dev**) bump pytest-cov from 4.0.0 to 4.1.0 (#365) - Monthly maintenance (Aug 2024) (#395)
3.2.0 Release The latest _rororo_ version allows to install library alongside latest version of `attrs` & `email-validator` and **require** latest `environ-config` version. On top of that `rororo==3.2.0` ensure that `web.HTTPRedirection` errors will not handled by error middleware and will result in proper redirects. Features: --------- - Ensure support of `environ-config@^23.2.0` (#360) Fixes: ------ - (**settings**) Ensure `setup_settings_from_environ` function works well (#361) - [#191] (**openapi**) Do not handle redirection errors (#362) Other: ------ - Monthly maintenance (Jan 2023) (#314) - Bump dev Python version to 3.11.2 (#326) - (**deps**) bump actions/checkout from 3.2.0 to 3.3.0 (#323) - (**deps-dev**) bump redis from 4.5.1 to 4.5.3 (#328) - (**deps-dev**) bump types-redis from 4.5.1.3 to 4.5.3.0 (#329) - (**deps**) bump requests from 2.28.2 to 2.31.0 (#353) - (**deps**) bump attrs from 22.2.0 to 23.1.0 (#349) - Bump dev Python version to 3.11.3 (#359) - (**deps**) bump actions/checkout from 3.3.0 to 3.5.2 (#352) - (**deps**) bump email-validator from 1.3.1 to 2.0.0.post2 (#346) - (**deps-dev**) bump mypy from 1.0.1 to 1.3.0 (#357) - (**deps-dev**) bump redis from 4.5.3 to 4.5.4 (#330) - (**deps-dev**) bump pytest from 7.2.1 to 7.3.1 (#347) - (**deps-dev**) bump pytest-asyncio from 0.20.3 to 0.21.0 (#336) - (**deps-dev**) bump types-pyyaml from 6.0.12.8 to 6.0.12.10 (#358) - (**deps-dev**) bump types-redis from 4.5.3.0 to 4.5.5.2 (#356) - (**deps-dev**) bump furo from 2022.12.7 to 2023.3.27 (#332) - (**deps-dev**) bump sphinx-copybutton from 0.5.1 to 0.5.2 (#344) - (**deps-dev**) bump sphinx-autodoc-typehints from 1.22 to 1.23.0 (#345) - [#159] (**openapi**) Cover oneOf schema from Verifiable Credential API with test (#363)
3.1.0 Release Features: --------- - Set aiohttp 3.8.1 as minimum supported version (#304) Fixes: ------ - [#308] Depend on specific openapi-spec-validator version (#309) Other: ------ - Update dev Python version to 3.11.1 (#306) - (**deps**) bump certifi from 2022.9.24 to 2022.12.7 (#305) - Sync common project files (#307) - Update CI workflows & composite actions (#310)
3.0.1 Release This release ensures dependency on `openapi-spec-validator<=0.4.0`, so now it is safe to run `poetry update` in projects, which depends on `rororo==3.0.1`. Previously, `poetry update` have been installed latest `openapi-spec-validator==0.5.1` and as side-effect introduce `ImportError: cannot import name 'default_handlers' from 'openapi_spec_validator'` to the project :( Other: ------ - Sync common project files (#291) - Update Python dev version to 3.10.8 (#293) - Enforce mypy no-implicit-optional setting (#294) - Introduce no-optional pre-commit hook (#295)
3.0.0 Release `rororo==3.0.0` release drops Python 3.6 support, as well as ensures that latest versions of dependent libraries, such as `attrs`, `aiohttp-middlewares`, and `environ-config` can be installed alongside _rororo_. Features: --------- - **BREAKING CHANGE:** Drop Python 3.6 support (#276) Other: ------ - (**deps**) bump isodate from 0.6.0 to 0.6.1 (#222) - Fix example code in README (#224) - (**deps-dev**) bump mypy from 0.910 to 0.920 (#223) - (**deps**) bump attrs from 21.2.0 to 21.4.0 (#227) - (**deps-dev**) bump aioredis from 2.0.0 to 2.0.1 (#225) - (**deps-dev**) bump mypy from 0.920 to 0.930 (#226) - (**deps**) bump peter-evans/create-pull-request from 3.11.0 to 3.12.0 (#228) - Update Python dev version to 3.10.1 (#229) - Fix operations typo (#230) - Fix more typos in README and code (#232) - (**deps**) bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0 (#238) - Fix links in documentation (#234) - (**deps**) bump peter-evans/create-pull-request from 3.12.0 to 3.12.1 (#237) - (**deps-dev**) bump mypy from 0.930 to 0.931 (#235) - (**deps-dev**) bump types-pyyaml from 6.0.1 to 6.0.4 (#236) - (**deps**) bump pre-commit/action from 2.0.3 to 3.0.0 (#265) - (**deps**) bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 (#271) - (**deps**) bump tibdex/github-app-token from 1.5 to 1.6 (#272) - (**deps**) bump peter-evans/create-pull-request from 3.12.1 to 4.0.4 (#266) - Sync common project files (#279)
2.4.1 Release Maintenance release, which in same time ensures that `rororo` installs `typing-extensions` only for Python <3.8. Thanks @q0w for contribution. Other: ------ - (**deps**) bump actions/checkout from 2.3.5 to 2.4.0 (#218) - (**deps**) bump actions/setup-python from 2.2.2 to 2.3.1 (#216) - (**deps**) bump actions/cache from 2.1.6 to 2.1.7 (#214) - (**deps**) bump tibdex/github-app-token from 1.4 to 1.5 (#215) - (**deps**) bump peter-evans/create-pull-request from 3.10.1 to 3.11.0 (#217) - (**deps**) bump aiohttp from 3.8.0 to 3.8.1 (#211) - (**deps**) bump aiohttp-middlewares from 1.2.0 to 1.2.1 (#209) - (**deps**) bump typing-extensions from 3.10.0.2 to 4.0.1 (#213) - (**deps-dev**) bump coverage from 6.1.1 to 6.2 (#210) - (**deps-dev**) bump types-pyyaml from 6.0.0 to 6.0.1 (#212) - Fix link (#219) - Install typing_extensions only for python<3.8 (#220)
2.3.0 Release Use Python 3.10 as dev version, as well as update minimum supported version to **0.13.4**. Also loose a bit & requirements to allow dependent projects use latest versions of given libraries. Other: ------ - (**deps**) bump actions/cache from 2.1.5 to 2.1.6 (#185) - (**deps**) bump peter-evans/create-pull-request from 3.8.2 to 3.10.0 (#186) - (**deps**) bump environ-config from 21.1.0 to 21.2.0 (#183) - (**deps-dev**) bump pytest-cov from 2.11.1 to 2.12.1 (#187) - (**deps**) bump email-validator from 1.1.2 to 1.1.3 (#190) - (**deps**) bump pyrsistent from 0.17.3 to 0.18.0 (#189) - (**deps**) bump urllib3 from 1.26.4 to 1.26.5 in /docs (#188) - (**deps-dev**) bump aioredis from 1.3.1 to 2.0.0 (#192) - (**deps**) bump tibdex/github-app-token from 1.3 to 1.4 (#197) - Use Python 3.10 as dev version (#194) - (**deps**) bump peter-evans/create-pull-request from 3.10.0 to 3.10.1 (#198) - (**deps**) bump PyYAML from 5.4.1 to 6.0 (#201)
2.2.1 Release This release allows to install latest versions of, - - As well as depend on only supported version of library, which ensures that do not install unsupported version of . Other: ------ - (**deps**) bump pyyaml from 5.3.1 to 5.4.1 (#147) - (**deps-dev**) bump coverage from 5.3.1 to 5.4 (#145) - (**deps-dev**) bump pytest from 6.2.1 to 6.2.2 (#146) - (**deps-dev**) bump pytest-cov from 2.10.1 to 2.11.1 (#144) - (**deps**) bump peter-evans/create-pull-request from v3.6.0 to v3.8.0 (#148) - Bump Python dev version to 3.9.2 (#160) - (**deps**) bump actions/cache from v2.1.3 to v2.1.4 (#158) - (**deps**) bump pypa/gh-action-pypi-publish from v1.4.1 to v1.4.2 (#157) - (**deps**) bump peter-evans/create-pull-request from v3.8.0 to v3.8.2 (#156) - (**deps**) bump actions/setup-python from v2.2.1 to v2.2.2 (#165) - (**deps**) bump actions/cache from v2.1.4 to v2.1.5 (#166) - (**deps**) bump pre-commit/action from v2.0.0 to v2.0.3 (#167) - (**deps**) bump environ-config from 20.1.0 to 21.1.0 (#164) - (**deps-dev**) bump pytest from 6.2.2 to 6.2.3 (#163) - [#149] Pin supported openapi-core version (#170) - Apply isort pre-commit hook (#174) - (**deps**) bump attrs from 20.3.0 to 21.2.0 (#171) - (**deps-dev**) bump pytest from 6.2.3 to 6.2.4 (#173) - Update requirements (#175)
PreviousNext