Skip to content

Commit

Permalink
finalize v0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapral67 committed Jan 4, 2024
1 parent 901583e commit 3c648ee
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions AdminClient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'org.familydirectory.sdk.adminclient'
version = '0.41'
version = '0.42'

compileJava {
sourceCompatibility = '21'
Expand All @@ -19,7 +19,7 @@ repositories {
}

dependencies {
implementation 'org.familydirectory.assets:familydirectory-service-assets:0.41'
implementation 'org.familydirectory.assets:familydirectory-service-assets:0.42'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
implementation 'org.jetbrains:annotations:24.1.0'
implementation 'com.amazonaws:aws-lambda-java-core:1.2.3'
Expand Down
2 changes: 1 addition & 1 deletion CDK/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>org.familydirectory.cdk</groupId>
<artifactId>familydirectory-cdk</artifactId>
<version>0.41</version>
<version>0.42</version>

<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

public final
class FamilyDirectoryCdkApp {
public static final String VERSION = "0.41";
public static final String VERSION = "0.42";
public static final String DEFAULT_ACCOUNT;
public static final String DEFAULT_REGION;
public static final Environment DEFAULT_ENV;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>org.familydirectory.assets.lambda.function.trigger</groupId>
<artifactId>familydirectorycognitopostconfirmationtrigger</artifactId>
<version>0.41</version>
<version>0.42</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion assets/FamilyDirectoryCognitoPreSignUpTrigger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>org.familydirectory.assets.lambda.function.trigger</groupId>
<artifactId>familydirectorycognitopresignuptrigger</artifactId>
<version>0.41</version>
<version>0.42</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion assets/FamilyDirectoryCreateMemberLambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>org.familydirectory.assets.lambda.function.api</groupId>
<artifactId>familydirectorycreatememberlambda</artifactId>
<version>0.41</version>
<version>0.42</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion assets/FamilyDirectoryDeleteMemberLambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>org.familydirectory.assets.lambda.function.api</groupId>
<artifactId>familydirectorydeletememberlambda</artifactId>
<version>0.41</version>
<version>0.42</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion assets/FamilyDirectoryGetMemberLambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>org.familydirectory.assets.lambda.function.api</groupId>
<artifactId>familydirectorygetmemberlambda</artifactId>
<version>0.41</version>
<version>0.42</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion assets/FamilyDirectoryGetPdfLambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>org.familydirectory.assets.lambda.function.api</groupId>
<artifactId>familydirectorygetpdflambda</artifactId>
<version>0.41</version>
<version>0.42</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion assets/FamilyDirectoryPdfGeneratorLambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>org.familydirectory.assets.lambda.function.stream</groupId>
<artifactId>familydirectorypdfgeneratorlambda</artifactId>
<version>0.41</version>
<version>0.42</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion assets/FamilyDirectoryUpdateMemberLambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>org.familydirectory.assets.lambda.function.api</groupId>
<artifactId>familydirectoryupdatememberlambda</artifactId>
<version>0.41</version>
<version>0.42</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion assets/familydirectory-service-assets/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'org.familydirectory.assets'
version = '0.41'
version = '0.42'

compileJava {
sourceCompatibility = '21'
Expand Down
24 changes: 24 additions & 0 deletions docs/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# FamilyDirectory Release Notes

## v0.42

### Bug Fixes

- Fix suppressed exceptions list in case of double NewPageException (PdfHelper in PdfGeneratorLambda)

- Internal PDDocument now only uses RAM and is limited based on Lambda's configuration in CDK code (PdfHelper in
PdfGeneratorLambda)

### Features

- Add some logging (PdfHelper in PdfGeneratorLambda)

### Dependency Upgrade Tracking PRs

- #673
- #676 - #677
- #680
- #683
- #685
- #687
- #690 - #691
- #693 - #715

## v0.41

### Bug Fixes
Expand Down
24 changes: 0 additions & 24 deletions docs/todo.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,5 @@
## Jan 03 2024

### Unreleased Changes

#### Bug Fixes

- Fix suppressed exceptions list in case of double NewPageException (PdfHelper in PdfGeneratorLambda)

- Internal PDDocument now only uses RAM and is limited based on Lambda's configuration in CDK code (PdfHelper in
PdfGeneratorLambda)

#### Features

- Add some logging (PdfHelper in PdfGeneratorLambda)

#### Dependency Upgrade Tracking PRs

- #673
- #676 - #677
- #680
- #683
- #685
- #687
- #690 - #691
- #693 - #715

---

### Deferred Tasks
Expand Down
2 changes: 1 addition & 1 deletion stage.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

ORG_FAMILYDIRECTORY_VERSION=0.41
ORG_FAMILYDIRECTORY_VERSION=0.42

function cerr {
echo "$@" 1>&2
Expand Down

0 comments on commit 3c648ee

Please sign in to comment.