- Split of Okapi into three services: deployment, discovery and proxy
- Hazelcast can be configured (including work with AWS)
- Running mode must be given in command line: dev (for development) and cluster (for clustered mode)
- Module version dependencies
- Bug fixes and more tests
- RAML updates and verified in many tests
- Persistent storage with MongoDB
- Event Bus in use to synchronize a set of Okapi nodes
- Using log4j as logger everywhere (using SLF4J to relay for all things)
- First code release
- Offers simple gateway API and HTTP proxy functionality
- On GitHub!!
- Some documentation
- Uses Vert.x for non-blocking services
- Two dummy example modules - used by Unit tests
- Interface with Consul for Clustering, Service Discovery, etc.
- Header merging (#33)