Skip to content
Open
Changes from 17 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions site/content/en/blog/omreleases/1.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
date: 2021-05-3
title: "1.2.0"
linkTitle: "1.2.0"
description: "1.2.0 Release"
---

![Open Match Logo](../../../../../images/logo-with-name.png)

This is the v1.2.0 release of Open Match.

Check the [README](https://github.com/googleforgames/open-match/tree/release-1.2) for details on features, installation and usage.

## Release Notes

**Feature Highlights**
Beta release for Backfill Feature
* Backend
* Index Backfill (#1318)
* Autoincrement Backfill generation for caching (#1308)
* Frontend
* Acknowledge Backfill (#1293)
* Update/Delete Backfill (#1292)
* Frontend can create backfill ticket (#1279)
* Statestore
* Querying and Caching Backfill (#1310)
* Update backfill after MMF execution completion (#1299)
* Backfill indexing (#1290)
* Acknowledge Backfill (#1288)
* Statestore Backfill Support (#1273)
* Query
* Querying and Caching Backfill (#1310)
* Synchronizer
* Clean up expired backfills (#1334, #1297)

**Breaking Changes** - _Previous releases are not compatible with this release._

* Updated Redis chart location (#1315)
* Update location for stable and incubator charts (#1314)

**Enhancements**

* Update to gRPC Gateway v2 (#1358)
* Clients can cancel WatchAssignment request (#1350)
* Added Pod Tolerations, NodeSelector and Affinity in Helm for subcharts (#1311)
* Improved logging and error output/reporting (#1352, #1349, #1347, #1344, #1343, #1340, #1332, #1331, #1320, #1287)

## Usage Requirements

* Kubernetes Version >= v1.15
* Golang Version >= v1.14

## Installation

Follow [Open Match Installation Guide]({{< relref "../../docs/Installation/_index.md" >}}) to setup Open Match in your cluster.

## API Definitions

Available both in [SwaggerUI](https://open-match.dev/site/swaggerui/index.html) and [API references]({{< relref "../../docs/Reference/api.md" >}}).