Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create 2018-11-05-connexion-20-release.md #305

Merged
merged 3 commits into from Nov 6, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 23 additions & 0 deletions _posts/2018-11-05-connexion-20-release.md
@@ -0,0 +1,23 @@
---
title: Connexion 2.0 Release
author: João Santos
date: 2018-11-05
---

Today we released [Connexion](https://github.com/zalando/connexion) 2.0 with OpenAPI 3 support.

Connexion is a Python framework that automagically handles HTTP requests based on [OpenAPI Specification](https://www.openapis.org/)
(formerly known as Swagger Spec) of your API described in YAML format. Connexion allows you to write a Swagger specification,
then maps the endpoints to your Python functions.

Besides routing, Connexion also validates requests and responses automatically based on OpenAPI specifications, handles common
authentication schemes, supports API versioning and supports automatic serialization of payloads. It can use both
[Flask](http://flask.pocoo.org/) and [aiohttp](https://github.com/aio-libs/aiohttp) as backend servers.

Besides OpenAPI 3 support, this release includes a more streamlined internal structure, better adherence to Swagger 2.0 spec by
default, and support for basic authentication and apikey authentication. For a more detailed list of changes, check
[Connexion's Read Me](https://github.com/zalando/connexion/tree/dev-2.0#new-in-connexion-20).
jmcs marked this conversation as resolved.
Show resolved Hide resolved

Connexion 2.0 would not have been possible without the help of all our 87
[contributors](https://github.com/zalando/connexion/graphs/contributors), specially our newest maintainer
[Daniel Grossmann-Kavanagh](https://me.dtkav.com/), who deserves most of the credit for this release.