Releases: pagopa/selfcare-onboarding
Releases · pagopa/selfcare-onboarding
v0.3.1
What's Changed
- [SELC-5149] feat: Fix execution pending state for completion workflow by @pierpaolodidato89 in #370
- [SELC-4448] Migrating IP from AKS to FN by @andrea-putzu in #374
- [SELC-5116] Feat: Added API to verify aggregatesCsv by @flaminiaScarciofolo in #357
- [SELC-5095] feat: executePendingState in WorkflowExecutorContractRegistrationAggregator by @giulia-tremolada in #352
- [SELC-5215] feat: Removed validation containts on request for check manager API by @pierpaolodidato89 in #376
- Pin dependencies by @renovate-pagopa in #346
- [SELC-5214] feat: Added previousManagerId as attribute of Onboarding in order to detect email template by @pierpaolodidato89 in #378
- [SELC-5215] feat: Added parentDescription into InstitutionResponse by @pierpaolodidato89 in #381
- [SELC-5215] feat: Added parentDescription into InstitutionMapper by @pierpaolodidato89 in #382
- Add subunittype EC by @andrea-putzu in #380
- [SELC-5228] feat: Added env variable to send email in the function PERSIST_USERS by @pierpaolodidato89 in #379
- [SELC-5186] feat: add new api onboardingAggregationCompletion by @giulia-tremolada in #383
- [SELC-5095] feat: executePendingState in WorkflowExecutorContractRegistrationAggregator by @giulia-tremolada in #384
- UPDATE DEV vars for send pec email by @andrea-putzu in #385
- [SELC-5189] feat: added durable function to handle resend of notifications by filters by @empassaro in #372
New Contributors
- @renovate-pagopa made their first contribution in #346
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- [SELC-4722] feat: Removed issues reported by Sonar by @pierpaolodidato89 in #291
- [SELC - 5067] feat: added new functions to send mail with contract for aggregator by @gianmarcoplutino in #327
- [SELC-5143] Feat: Added OnboardingAggregateOrchestratorInput class by @flaminiaScarciofolo in #328
- [SELC-5197] Refactor notification send API using Optional ifPresentOrElse by @andrea-putzu in #321
- [SELC-5115] Allow sending notification without requiring a token by @andrea-putzu in #331
- [SELC-5066] - Add new workflow to handle the onboarding of Aggregator institutions by @KevinSi96 in #325
- [SELC - 5148] feat: added new AggregateInstitution Object by @gianmarcoplutino in #330
- SELC-4901: added function for checkOrganization by @empassaro in #334
- [SELC-4986] Adding new field for user contract template path by @andrea-putzu in #332
- Remove WorkFlowExecutorConfirmationAggregate by @KevinSi96 in #336
- [SELC-5147] Feat: Removed user's list from core onboarding API request body by @flaminiaScarciofolo in #338
- [SELC-5080] feat: added new function sendCompletedEmailAggregate by @giulia-tremolada in #335
- [SELC-5082] Feat: Added createDelegation function for aggregate by @flaminiaScarciofolo in #339
- [SELC-5097] Feat: Added function for CreateOnboardingRequest by @flaminiaScarciofolo in #333
- [SELC-5098] Feat: Added workflow for executorConfirmAggregate by @flaminiaScarciofolo in #340
- SELC-5122: added rest client and invocation of FD check organization api by @empassaro in #341
- [SELC-5098] Feat: Refactor ExecutorConfirmAggregate workflow to set delegationId in Onboarding by @flaminiaScarciofolo in #344
- [SELC-5122] feat: Added oAuth provider for FD's checkOrganization API by @empassaro in #342
- fix: unit tests check organization by @pierpaolodidato89 in #347
- [SELC-5149] feat: Refactor workflow executor logic by @pierpaolodidato89 in #337
- [SELC-5083] feat: persist delegationId in createUsers by @giulia-tremolada in #345
- [SELC-5122] fix: changed client_secret env reference by @empassaro in #350
- [SELC-5149] fix: Updated registration template path for INSTITUTION workflow by @pierpaolodidato89 in #351
- [SELC-5073] feat: added function CountOnboardings by @empassaro in #329
- [SELC-5084] feat: map isAggregate when persisting onboarding by @KevinSi96 in #343
- [SELC-5061] feat: added API to check manager in case of USERS workflow by @pierpaolodidato89 in #354
- [SELC-5185] feat: Update sdk version to 0.1.15 by @pierpaolodidato89 in #358
- fix: added check on null values of Token in BaseNotificationBuilder by @empassaro in #356
- Feature/test fd token by @empassaro in #355
- feat: added User entry in TokenType enum and updated sdk versions by @empassaro in #359
- fix: missing update in dependency version by @empassaro in #361
- [SELC-5184] feat: Added logic to persist token as USER from WorkflowUser by @pierpaolodidato89 in #360
- [SELC-4921] feat: added function for messageAcknowledgment by @empassaro in #348
- [SELC-5184] fix: Update path file contract by @pierpaolodidato89 in #362
- [SELC-5191] feat: added function to check if onboarding should send notification by @empassaro in #363
- Added infra variables for confirmation token url in case of USER workflow by @pierpaolodidato89 in #365
- [SELC-5073] fix: added query condition to retrieve only institution onboarding by @empassaro in #364
- fix: 404 Error on User by @andrea-putzu in #366
- [SELC-5096] feat: add new orchestrator to handle aggregate institutions onbaordings by @KevinSi96 in #367
- [SELC-5097] fix: modify createAggregateOnboardingRequest return value by @giulia-tremolada in #369
- [SELC-4371] fix: Added originId into response of get Onboardings by filters API by @pierpaolodidato89 in #368
Full Changelog: v0.2.5...v0.3.0
v0.2.5
What's Changed
- fix: added missing url config for geographic taxonomies client by @empassaro in #308
- [SELC-4899] feat: added filters to getOnboardingWithFilter API by @empassaro in #310
- [SELC-4898] feat: Added async api to resend onboarding notifications by @empassaro in #311
- feat: Avoid to send PEC when user reject an onboarding by @andrea-putzu in #313
- [SELC-4374] feat: Added filter status for onboarding search by @pierpaolodidato89 in #314
- [SELC-4898] feat: Added logic to determine queue event type by @empassaro in #312
- SELC-5119 feat: added watch config to prevent azure function invocation on demand by @empassaro in #315
- [SELC-5078] add CONTRACT_REGISTRATION_AGGREGATOR and CONFIRMATION_AGGREGATE workflow by @giulia-tremolada in #316
- [SELC - 5123] feat: added new isAggregator and aggregates fields to Onboarding Objects by @gianmarcoplutino in #317
- [SELC-5127] Refactor notification send API using Optional ifPresentOrElse by @andrea-putzu in #318
- [SELC-5127] Restore notification send API by @andrea-putzu in #320
- chore: Upgrade quarkus version 3.11.2 by @manuraf in #324
- [SELC - 5065] feat: Added API to save the onboarding request from an Aggregator by @gianmarcoplutino in #323
- [SELC-4898] Change secret for api key by @andrea-putzu in #326
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- [SELC-5056] chore: added "support" and "Onboarding" tags to /{onboardingId}/consume by @giulia-tremolada in #301
- [SELC-4991] feat: added API to persist onboarding of users by @pierpaolodidato89 in #299
- [SELC - 4376] feat: added new API to complete users onboarding process by @gianmarcoplutino in #302
- [SELC-5085] chore: add support and Onboarding tags to getOnboardingPending API by @giulia-tremolada in #303
- [SELC - 4991] fix: added @BsonProperty to institution.id by @gianmarcoplutino in #305
- [SELC-5088] feat: Adding API for update some field for onboarding by @andrea-putzu in #304
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- [SELC - updatedOnboardingFunctionUrl ] feat: updated onboarding functions url by @gianmarcoplutino in #293
- ops: GitHub Action to detect breaking changes on Swagger by @manuraf in #294
- [SELC-4992] feat: Added new workflow executor to manage the administrator addition flow by @pierpaolodidato89 in #292
- [SELC-5035] feat: Added new workflow type to manage the users import flow by @pierpaolodidato89 in #295
- [SELC-4992] feat: Added workflow to manage the administator addition flow by @pierpaolodidato89 in #296
- [SELC-5041] Refactor store activatedAt by @andrea-putzu in #298
- [SELC-4894] fix: updated sap and fd mappers and added send notification for test env products by @empassaro in #297
- [SELC-4894] fix: removed filePath from base builder and added only in standard builder by @empassaro in #300
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- [SELC-5033] Storing function api key to KV from terraform by @andrea-putzu in #289
- [SELC - updatedSdkVersion] feat: updated sdk version by @gianmarcoplutino in #290
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- [SELC - 5016] feat: added custom serializer by @gianmarcoplutino in #284
- [SELC - 5031] feat: add filter status when getting onboarding detail by @gianmarcoplutino in #285
- [SELC-5035] feat: added new worflow type to manage the administrator addition flow by @pierpaolodidato89 in #287
- [SELC-4995] feat: add PartyRole ADMIN_EA and increase sdk version by @giulia-tremolada in #286
- [SELC-5034] feature: added logic to discriminate event type in cdc module by @empassaro in #288
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Remove prod-fd from onboarding list by @andrea-putzu in #270
- [SELC-4980] feat: added consumers field in Product object, and updated pom by @empassaro in #271
- [SELC - 4959] feat: create CDC module, infra and pipelines by @gianmarcoplutino in #272
- [SELC - 4960] feat: added Dockerfile to onboarding cdc by @gianmarcoplutino in #273
- [SELC - 4960] feat: added insert as operationType by @gianmarcoplutino in #274
- [SELC-4892] Added function to send events on topic through event hub by @pierpaolodidato89 in #275
- [SELC - 4989] feat: added sent notification logic by @gianmarcoplutino in #277
- [SELC-4894] feat: Added notification mappers to handle FD, SAP and Datalake events by @empassaro in #278
- Added filter to events to get only onbordings in COMPLETED or DELETED by @pierpaolodidato89 in #279
- [SELC-4897] feat: Added function to resend notification by @pierpaolodidato89 in #276
- [SELC-4954] Update ACS for dev env by @andrea-putzu in #280
- [SELC-5014] feat: updated variables for terraform by @pierpaolodidato89 in #281
- [SELC-5014] feat: Added terraform variables by @pierpaolodidato89 in #282
- [SELC-4954] Update ACS for uat env by @andrea-putzu in #283
Full Changelog: v0.1.4...v0.2.0
v0.1.4
What's Changed
- chore: set hub-spid-login environment var for prod by @manuraf in #259
- [SELC - 4786] feat: added taxCodeSfe field in Institution Object by @gianmarcoplutino in #257
- SELC-4321 feat: changed exception when user's certified field differ from input request by @empassaro in #258
- [SELC-4828] Downgrade email template version by @andrea-putzu in #260
- [SELC - 4852] feat: feat: added check if parent taxCode request is equals to parent taxCode retrieved from IPA by @gianmarcoplutino in #262
- [SELC-4795] feat: Updated fields for contract with institutionType EC and product prod-pagopa by @pierpaolodidato89 in #261
- chore: Use Container App name as url when calling a container app by @manuraf in #263
- [SELC-4738] feat: add flag to force institution creation on every onboarding by @KevinSi96 in #264
- [SELC-4918] feat: added custom validation for UO with taxCodeInvoicing by @pierpaolodidato89 in #265
- [SELC-4824] feat: Added field taxCodeInvoicing for mapper of the contract by @pierpaolodidato89 in #266
- [SELC-4887] Set activated date when onboarding complete by @andrea-putzu in #267
- [SELC-4931] feat: Updated core api docs with new field taxCodeInvoicing by @pierpaolodidato89 in #268
- [SELC-4931] fix: Set taxCodeInvoicing for persist onboardings function by @pierpaolodidato89 in #269
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- feat: increased onboarding-sdk-common version in onboarding-functions and onboarding-ms by @empassaro in #254
- fix: changed validation annotation for digitalAddress field by @empassaro in #255
Full Changelog: v0.1.2...v0.1.3