Skip to content

Commit 6183199

Browse files
authored
Merge pull request #349 from 3DBAG/update-changelog
Update Changelog
2 parents ba36ce8 + 1edf9a8 commit 6183199

File tree

2 files changed

+36
-14
lines changed

2 files changed

+36
-14
lines changed

CHANGELOG.md

Lines changed: 31 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,38 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [unreleased]
88

9-
### Added
10-
- Test that code locations load successfully (#197)
11-
12-
### Changed
13-
- Validation error handling
14-
- Install cjval, val3dity (2.4.0) & cjio in tools image.
15-
- Various improvements to the documentation.
16-
- Filter "Pand ten onrechte opgevoerd" from BAG (#193)
17-
18-
### Removed
19-
- removed rf_force_lod11
20-
21-
### Fixed
9+
- **[#324](https://github.com/3DBAG/3dbag-pipeline/pull/324)** - Fix dagster concurrency: Refactored AHN LAZ file download concurrency management using Dagster's tag-based concurrency limits
10+
- **[#316](https://github.com/3DBAG/3dbag-pipeline/pull/316)** - Updated Docker base images and improved projection data handling
11+
- **[#247](https://github.com/3DBAG/3dbag-pipeline/pull/247)** - Deployment and release improvements with Docker-based deployment
12+
- **[#205](https://github.com/3DBAG/3dbag-pipeline/pull/205)** - Added connection and transfer to podzilla server
2213
- GH Action docker startup failure.
23-
- Exe version reporting (#192)
14+
- **[#255](https://github.com/3DBAG/3dbag-pipeline/pull/255)** - Remove AHN 200m tiles from pipeline: Major rework to use whole indexed AHN tiles instead of 200m tiles for roofer
15+
- **[#293](https://github.com/3DBAG/3dbag-pipeline/pull/293)** - Updated AHN5 checksums using Het Waterschapshuis index
16+
- **[#273](https://github.com/3DBAG/3dbag-pipeline/pull/273)** - Fixed AHN5 PDAL issue by storing filename even when PDAL fails
17+
- **[#278](https://github.com/3DBAG/3dbag-pipeline/pull/278)** - Fixed metadata storage for tiles without hash matched
18+
- **[#297](https://github.com/3DBAG/3dbag-pipeline/pull/297)** - Refactored and optimized lasindex behavior
19+
- **[#211](https://github.com/3DBAG/3dbag-pipeline/pull/211)** - Added global attribute specifications and validation using 3dbag-specs
20+
- **[#203](https://github.com/3DBAG/3dbag-pipeline/pull/203)** - Added GPKG validation with GEOS
21+
- **[#193](https://github.com/3DBAG/3dbag-pipeline/pull/193)** - Filter "Pand ten onrechte opgevoerd" from BAG
22+
- **[#221](https://github.com/3DBAG/3dbag-pipeline/pull/221)** - Automated 3D Tiles generation with tyler
23+
- **[#231](https://github.com/3DBAG/3dbag-pipeline/pull/231)** - Test and deploy 3dtiles, fix roofer config and validation
24+
- **[#295](https://github.com/3DBAG/3dbag-pipeline/pull/295)** - Improved failing behavior for AHN assets
25+
- **[#261](https://github.com/3DBAG/3dbag-pipeline/pull/261)** - Fixed partition mismatch between AHN and reconstruction assets
26+
- **[#257](https://github.com/3DBAG/3dbag-pipeline/pull/257)** - Handle requests.exceptions.ChunkedEncodingError
27+
- **[#200](https://github.com/3DBAG/3dbag-pipeline/pull/200)** - Allow different thread count per job
28+
- **[#192](https://github.com/3DBAG/3dbag-pipeline/pull/192)** - Fix exe version reporting
29+
- **[#174](https://github.com/3DBAG/3dbag-pipeline/pull/174)** - Updated copyrights and licenses
30+
- **[#197](https://github.com/3DBAG/3dbag-pipeline/pull/197)** - Test that code locations load successfully
31+
- **[#269](https://github.com/3DBAG/3dbag-pipeline/pull/269)** - Updated test data
32+
- **[#148](https://github.com/3DBAG/3dbag-pipeline/pull/148)** - Added reference date configuration for BAG
33+
34+
### Other Updates
35+
- Multiple Docker image updates and tool version bumps
36+
- Formatting, logging improvements, and minor fixes
37+
- Documentation updates
38+
- Dependency upgrades
39+
- Small bug fixes and typo corrections
40+
- Configuration adjustments
2441

2542
## [2024.12.16]
2643

scripts/generate-changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
git log 9e01ff013c4d3b858b44fc6b4cdb0026df865d86..HEAD --pretty=format:"%h%n%s%n%b%n----" > commits_full.txt
2+
3+
gh pr list --state all --limit 100 --json number,title,body,mergedAt,closedAt,createdAt --jq ".[] | \"#\" + (.number|tostring) + \" \" + .title + \"\n\" + .body + \"\n----\"" > prs_full.txt
4+
5+
Generate a condensed changelog from the attached commit and pr messages since the git commit 9e01ff013c4d3b858b44fc6b4cdb0026df865d86 . The changelog should focus on the github pull requests, and link each major pull request since the mentioned git commit. The change descriptions should be terse. There are commits that are small changes such as updating docker images, formatting, typo fixes and other fixes with minimal or missing description. These commits should be listed under the collective "Other updates".

0 commit comments

Comments
 (0)