Skip to content

Commit

Permalink
Merge branch 'development' into 'master'
Browse files Browse the repository at this point in the history
prepare release v 3.2.5

See merge request dadangnh/iam!296
  • Loading branch information
hariyadip committed Dec 4, 2024
2 parents 3779a4a + a0fa12a commit 1fcf3e3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# IAM Changelog

## Version 3.2.4 (current stable)
## Version 3.2.5 (current stable)
* Updated Symfony Recipes
* update dependencies
* update config api platform 4 for using hydra
* bug fix in endpoint whoami

## Version 3.2.4
* Updated Symfony Recipes
* update dependencies
* add attribute namaEng in Entity Jabatan, Unit, Kantor
Expand Down
4 changes: 3 additions & 1 deletion config/packages/api_platform.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
api_platform:
title: IAM API Docs
version: 3.2.4
version: 3.2.5
description: |
Bug report and feature request are welcome, please report [here](https://gitlab.com/dadangnh/iam/-/issues).
Newest production version are always available at [https://iam.pajak.or.id/api](https://iam.pajak.or.id/api)
Expand Down Expand Up @@ -46,3 +46,5 @@ api_platform:
graphql:
graphql_playground:
enabled: false
serializer:
hydra_prefix: true
2 changes: 1 addition & 1 deletion src/OpenApi/AuthenticationDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public function __invoke(array $context = []): OpenApi
$whoAmIOldItem = new PathItem(
ref: 'Who Am I?',
post: new Operation(
operationId: 'postCredentialsItem',
operationId: 'postWhoAmIItem',
tags: ['Authentication - Get User Data From Token'],
responses: [
'200' => [
Expand Down

0 comments on commit 1fcf3e3

Please sign in to comment.