Skip to content

Commit

Permalink
Pushing changelog of v.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Antwnis committed Aug 16, 2016
1 parent d4919a7 commit 5c9385f
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Web UI for Confluent's Schema Registry built in angular - https://github.com/con
* Avro evolution compatibility checks
* New schema registration
* Display CURL commands
* Routed urls
* Evolution History as `diff`

### Other Landoop projects

Expand All @@ -32,8 +32,8 @@ Web UI for Confluent's Schema Registry built in angular - https://github.com/con

## Configuration

* By default `schema-registry-ui` points to the schema-registry at http://localhost:8081 To point it to a different schema-registry, update `app/src/env.js`
* Enable CORS in the schema-registry by adding to `/opt/confluent-2.0.1/etc/schema-registry/schema-registry.properties` the following and restart the service
* By default `schema-registry-ui` points to the schema-registry at http://localhost:8081 To point it to a different schema-registry, update `src/env.js`
* Enable CORS in the schema-registry by adding to `/opt/confluent-3.0.0/etc/schema-registry/schema-registry.properties` the following and restart the service

```
access.control.allow.methods=GET,POST,OPTIONS
Expand Down Expand Up @@ -74,9 +74,21 @@ If you use `nginx` to serve this ui, let angular manage routing with

### Docker

We are also releasing and maintaining docker images at the public Docker Hub
Easiest way to use and update is through images on the public Docker Hub
https://hub.docker.com/r/landoop/schema-registry-ui/

## Changelog

#### Version 0.6 (16-Aug-16)

* In place editing of Avro schemas

<img width="60%" src="http://landoop.github.io/schema-registry-ui/0.6/evolve-schema-in-place.png">

* Evolution History displayed as `diff`

<img width="60%" src="http://landoop.github.io/schema-registry-ui/0.6/history.png">

## License

The project is licensed under the Apache 2 license.

0 comments on commit 5c9385f

Please sign in to comment.