# Releases

## v0.3.0 - 11 Feb. 2020

* Many corrections to comply with security reviews
* Architecture changes: removal of PICSURE, new implementation of genomic annotations querying
* Keycloak auto-provisioning
* Support of several identity providers per MedCo node
* Rework of Glowing Bear MedCo
* Various smaller improvements, bug fixes and better stability

## v0.2.1 - 15 Aug. 2019

* Implementation of additional query types (patient list, locally obfuscated count, global count, shuffled count)
* Implementation of OIDC-based authorization model
* Implementation of CLI client
* Timers improvements
* Upgrade of dependencies
* Various smaller improvements and bug fixes

## v0.2.0 - 3rd May 2019

* Architecture revisit
* Replaced medco-i2b2-cell by medco-connector
* Upgrades (IRCT v1.4 to PICSURE v2.0, Onet suite v3, Keycloak, Nginx, PHP)
* Consolidation of deployment
* Many smaller fixes and enhancements

## v0.1.1 - 23rd Jan. 2019

* Deployment for test purposes on several machines
* Enhancements of documentation and deployment infrastructure
* Nginx reverse proxy with HTTPS support
* Keycloak update

## v0.1.0 - 1st Dec. 2018

First public release of MedCo, running with i2b2 v1.7, PIC-SURE/IRCT v1.4 and centralized OpenID Connect authentication. Deployment for development and test purpose on a single machine.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ldsec.gitbook.io/medco-documentation/v0.3.0/releases.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
