Skip to content

Latest commit

 

History

History
176 lines (137 loc) · 9.75 KB

CHANGELOG.md

File metadata and controls

176 lines (137 loc) · 9.75 KB

4.3.5 / wip

4.3.4 / 2024-10-31

Improvements:

  • Change schemaSpy version
  • OLMIS-7895: Add demo data for BUQ and TB Monthly
  • OIS-14: Upgrade Transifex API version
  • OIS-48: Update service base images to versions without known vulnerabilities
  • OIS-46: Introduce login lockout mechanism
  • OIS-55: Introduce more secure password policy
  • OIS-56: Reset password functionality: system does not inform user whether email was correct
  • OIS-57: Introduce password reset lockout

4.3.3 / 2022-04-21

Breaking changes:

Improvements:

  • OLMIS-6983: Sonar analysis and contract tests runs only for snapshots
  • OLMIS-7568: Use openlmis/service-base:6.1

4.3.2 / 2021-10-29

Improvements:

  • OLMIS-6983: Sonar analysis and contract tests runs only for snapshots
  • OLMIS-7568: Use openlmis/dev:7

4.3.1 / 2020-11-16

Improvements:

4.3.0 / 2020-04-14

New functionality added in a backwards-compatible manner:

  • OLMIS-6761: Update Spring Boot version to 2.x:
    • Spring Boot version is 2.2.2.
    • Spring Security 5 has changed encoding of password storage to DelegatingPasswordEncoder. To be backwards-compatible, currently returning NoOpPasswordEncoder as default. Will probably need to migrate all passwords to new encoding and use a better encoder/decoder.
    • Flyway is at 6.0.8, new mechanism for loading Spring Security for OAuth2 (matching Spring Boot version), new versions for REST Assured, RAML tester, RAML parser, PowerMock, Mockito (so tests will pass) and Java callback mechanism has changed to a general handle() method.
    • Spring application properties for Flyway have changed.
    • Fix repository method signatures (findOne is now findById, etc.); additionally they return Optional.
    • Fix unit tests.
    • Fix integration tests.
    • Integration tests allow bean definition overriding, as it is not enabled by default now in Spring Boot 2.x.
    • API definitions require "Keep-Alive" header for web integration tests.

4.2.0 / 2019-10-17

New functionality:

  • OLMIS-6558: Add new environment variable - PUBLIC_URL and use to for email generated links

Improvements:

Bug fixes that are backwards-compatible:

  • OLMIS-6317: Service account tokens will not expire
  • OLMIS-6548: Add translations for reset password error modal.

4.1.2 / 2019-05-27

Improvements and new functionality which are backwards-compatible:

  • OLMIS-4531: Added compressing HTTP POST responses.

4.1.0 / 2018-12-12

Improvements and new functionality which are backwards-compatible:

  • OLMIS-5668: Added endpoint to retrieve a user by ID value.

Improvements:

  • OLMIS-4295: Updated checkstyle to use newest google style.
  • OLMIS-5668: Removed unused field from the UserMainDetailsDto class.

4.0.0 / 2018-08-16

Breaking changes:

  • OLMIS-4986: Changed the user resource structure
    • role and referenceDataUserId fields have been removed
    • the id field has the same value as the id field of user resource in the reference data service

Improvements and new functionality which are backwards-compatible:

Bug fixes that are backwards-compatible:

  • OLMIS-4550: Set default content type to responses without it

3.2.0 / 2018-04-24

Improvements and new functionality which are backwards-compatible:

Bug fixes that are backwards-compatible:

  • OLMIS-3537: Usernames are now case-insensitive. (Note: Implementations need to handle this before upgrading this component, if they use usernames that differ by letter casing only)
  • OLMIS-3778: Fixed service checks the rights of a wrong user
  • OLMIS-4176: Removed string response message from reset password response.
  • OLMIS-4273: Fixed format of error response to follow style guide

3.1.1 / 2017-11-09

Bug fixes added in a backwards-compatible manner:

  • OLMIS-3119: Fixed issue with TOKEN_DURATION variable being ingored, which in reality was an issue with set up of the Spring context and autowiring not working as expected.
  • OLMIS-3357: Reset email will not be sent when user is created or updated

3.1.0 / 2017-09-01

Improvements and new functionality which are backwards-compatible:

  • OLMIS-1498: The service will now fetch list of available services from consul, and update OAuth2 resources dynamically when a new service is registered or de-registered. Those tokens are no longer hard-coded.
  • OLMIS-2812: Index username column
    • This column appears to be used frequently by the user details implemtation, indexing should help performance.
  • OLMIS-2851: Let external applications (that run in a browser) access our APIs
    • Allow for implicit grant flow.
    • Expose every endpoint that oauth2 has and document them with RAML.
    • Add CORS support.
    • Add tableau-wdc client to the demo data.
  • OLMIS-2866: The service will no longer used self-contained user roles (USER, ADMIN), and depend solely on referencedata's roles for user management.
  • OLMIS-2871: The service now uses an Authorization header instead of an access_token request parameter when communicating with other services.
  • OLMIS-2957: Enable tomcat access logs
  • OLMIS-2619: Add cce manager user and remove redundant fields from auth demo data

3.0.3 / 2017-06-23

Improvements which are backwards-compatible:

3.0.2 / 2017-05-08

Improvements which are backwards-compatible:

  • OLMIS-2155: Migrated service to Spring Boot 1.4.1
    • Performance issue with custom ZonedDateTimeAttributeConverter.
  • OLMIS-2267: Remove email from auth-user, pull email from referenceda service
    • This change was part of making email optional for user setup.

Dev and tooling updates made in a backwards-compatible manner:

  • OLMIS-1972: Update Postgres from 9.4 to 9.6
    • This upgrade will apply automatically and all data will migrate.
  • Update Docker Dev Image for builds from v1 to v2
    • Moves the sync_transifex.sh script out of each service and into the Docker Dev Image.

3.0.1 / 2017-03-29

New functionality added in a backwards-compatible manner:

  • OLMIS-1694: Remove ReferenceData to Auth dependency
    • Generate password reset token and notify the user after creating an account (moved from Reference Data).
    • Check USERS_MANAGE right when saving users.

3.0.0 / 2017-03-01

  • Released openlmis-auth 3.0.0 as part of openlmis-ref-distro 3.0.0. See 3.0.0 Release Notes.
  • This was the first stable release of openlmis-auth. It builds on the code, patterns, and lessons learned from OpenLMIS 1 and 2.