Skip to content

Releases: MonashStudentInnovation/AppleSeed

v0.3.2 Release

30 Nov 08:32
b435dd1
Compare
Choose a tag to compare
v0.3.2 Release Pre-release
Pre-release

Bugs Fixed

  • fixed #74 Removed /keepaliverunner task from cron.xml as Google fixed Java 8 keepalive problem in #73
  • fixed #77 which resolved issue #76 where ObjectifyConfig() didn't necessarily startup problem meaning that the models weren't being injected.

Other

  • Improvements to quickstart guide

v0.3.0 Release

10 Nov 05:27
f2005a0
Compare
Choose a tag to compare

Features

  • Pagination Support (see #55)
  • Security with (See #48)
  • Substring Search Support

Structure

  • Moved Application and ServletInitilizer to /src/main/java
  • [X ] Setup Auto-Configuration for Swagger
  • Move Default Configuration Classes to org.monplan.config
    • Moved CORS Configuration
  • Move Model, Controller, Service and Repository Template Classes to org.monplan.interfaces

Documentation

  • Create and Update UML Diagram to show relationship between abstraction layers (see #37)
  • Improve Documentation on Building on the MonPlan Classes (See #40) and using Annotations within the Model

Bug Fixes

  • Bug fix to support Google Issue #64571896 (See #58, #62, #63), this has been substantially removed between v0.3.0-rc1 and v0.3.0-final as Google has resolved this issue.

v0.3.0 Release Candidate 1

23 Oct 22:48
Compare
Choose a tag to compare
Pre-release

Features

  • Pagination Support (see #55)
  • Security with (See #48)
  • Substring Search Support
  • Automated Logging of Transactions (NOT IN RC1)
    Structure
  • Moved Application and ServletInitilizer to /src/main/java
  • Setup Auto-Configuration for Swagger (NOT IN RC1)
  • Move Default Configuration Classes to org.monplan.config
    • Moved CORS Configuration
  • Move Model, Controller, Service and Repository Template Classes to org.monplan.interfaces

Documentation

  • Create and Update UML Diagram to show relationship between abstraction layers (see #37)
  • Improve Documentation on Building on the MonPlan Classes (See #40) and using Annotations within the Model

Bug Fixes

  • Bug fix to support Google Issue #64571896 (See #58, #62, #63)

V0.2.0 Release

25 Sep 05:59
Compare
Choose a tag to compare
Merge pull request #25 from lorderikir/master

Update DOCS.md