Releases: bagetter/BaGetter
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.2.0 - (2024-03-25)
🚀 Features
- Change default to services being listed on the statistics page (#129) (4851f9e) - (Marlon Regenhardt)
- Storage: Add Azure Blob Storage provider (#128) (94462ac) - (Marlon Regenhardt)
- Statistics: Show full version (5d29467) - (Marlon Regenhardt)
- Expand health check (#126) (872afce) - (Marlon Regenhardt)
🚜 Refactor
- Add another fallback to version construction (7adb8cb) - (Marlon Regenhardt)
📝 Other
- Include version in Docker image (#123)
(440f930) - (Cathal Noonan)
1.1.0
1.1.0 - (2024-03-18)
🐛 Bug Fixes
- Fix serialization of
SearchResult
(#115)
-
fix tests for
PackageMetadata
(fix false positives) -
add tests for
SearchResult
(Tags and Authors) -
fixes according to tests (9a8f129) - (FroggieFrog)
-
add tests
-
add JsonConverter
-
include PR #91
-
include PR # 85
-
add test for tags (78ef62c) - (FroggieFrog)
- Fix Syntax Highlighting in documentation (#70)
-
fix syntax highlighting
-
- use
shell
for command line
- use
-
- fix TODO comment by using polymorphism
- adjust tests
-
- adjust test to include
JsonPropertyName
- adjust test to include
- cleanup
-
- fix TODO comment by using polymorphism
- adjust tests
-
- adjust test to include
JsonPropertyName
- adjust test to include
- cleanup
-
- replace tuple
- fix formatting (23f136a) - (FroggieFrog)
➕ Add
- Added new options to configure stats page.
(45beb56) - (serious) - Add correct version to binaries (#113)
(4c90c22) - (FroggieFrog)
-
add basic healthcheck feature #105
-
make health endpoint configurable
-
documentation
-
remove newlines
Co-authored-by: GALLIKER\pafor [email protected] (d554b46) - (Patrick Forrer)
- Add PrereleaseOnly mode to AllowPacakgeOverwrites setting (#98)
Closes #69 (6549b5e) - (Marlon Regenhardt)
- Add throw helpers and tests (#74)
-
- add more tests
- update dependencies
-
- more tests
- formatting
-
format after merge with
main
-
more tests
-
use file-scoped namespace
-
update xunit
-
adjust to review feedback
-
review feedback (0700615) - (FroggieFrog)
- Add icons (#78)
(e1b6877) - (FroggieFrog)
- Add hideable sidebar and broken anchor checker to documentation (#75)
-
throw exception on broken links during CI
-
enable hideable sidebar (3b980e8) - (FroggieFrog)
- Create smaller docker image (#54)
-
- use alpine-based image
- add comments and restructure
-
exclude files/projects from being copied to docker image
-
restructure Dockerfile
-
fix formatting
-
- exclude debug files
- exclude documentation files
-
include all icu data
-
formatting
-
exclude apphost (fa926a7) - (FroggieFrog)
➖ Remove
- Remove workaround and configure BaGetter options directly (#99)
(8c0eb00) - (Marlon Regenhardt)
🔄 Update
- Update docs and packages (#95)
- Update GCP Storage
Tested with a local Sqlite DB and GCP cloud storage bucket.
-
Update test libs
-
Update EF Core packages
-
Update web application packages
-
Update AWS packages
-
Add json annotation to markdown (3081c3d) - (Marlon Regenhardt)
- Update the official
NuGet.*
packages (#73)
(2002cec) - (FroggieFrog)
- Update dependencies for tests (#72)
(1e9464d) - (FroggieFrog)
- Update
Pomelo.EntityFrameworkCore.MySql
from beta to GA (#71)
(c773b46) - (FroggieFrog)
📝 Other
- Small PR enhancements for stats. (#120)
(80cf6e2) - (seriouz)
- Merge branch 'seriouz-feature/stats-page'
(dbb65e0) - (seriouz) - Merge branch 'main' into feature/stats-page (a368130) - (serious)
- Display version of BaGetter in a footer on Website (#107)
- displays a version in a footer
- add helper for ApplicationVersion
- adjust copyright year
- add meta tags
- get correct authors
- add HtmlHelperExtensions (9d3490b) - (FroggieFrog)
- Merge branch 'main' into feature/stats-page (43d8db4) - (serious)
- Made changes to adapt to the PR review suggestions.
/pull/111
(32f043a) - (serious)
- Increase max package size to ~8GB (#100)
-
Increase max package size to ~8GB
-
Add comment for max package size
-
Make max package size configurable
-
Add docker hub link to docs
-
Also use configurable max package size for IIS delpoyments. (68ae87a) - (Marlon Regenhardt)
-
Clean-up and fixed compile error.
(9330b52) - (serious) -
✨ Added a basic stats page with
-
Current version
-
Total amount of packages
-
Total amount of package versions
-
Services in use
Small enhancement: Only services which are configured are added to the DI.
https://github.com/bagetter/BaGetter#102
(3d73aa1) - (serious)
- ✨ 🚧 Started with stats page
- Use language-agnostic microsoft links, and minor docs fixes (#103)
(081aadb) - (Marlon Regenhardt)
- Parse release notes as Markdown (#81)
-
parse release notes as markdown
-
update dependency Markdig
-
PR feedback (bebc997) - (FroggieFrog)
- Display tags on package page (#82)
-
display tags on package page
-
- tags are styled
(828e794) - (FroggieFrog)
- Simplyfy code (#79)
-
Move db context config into the respective DbContext
-
Make sample application use top-level statements (3c6727c) - (Marlon Regenhardt)
- Adjust color of copy and search buttons (#77)
(9836bf7) - (FroggieFrog)
- Adjust line height for tags on index page (#84)
(f2447c4) - (FroggieFrog)
- Seperate authors by comma (#83)
(d65bd1a) - (FroggieFrog)
- Switch to using declarations (#68)
-
Switch to using declarations
-
Convert another namepace declaration to file-scoped
-
Convert more using statements to declerations ([d80aa70](https://github.co...
1.0.5
1.0.4
1.0.3
1.0.3 - (2024-02-08)
🐛 Bug Fixes
- Fix docusaurus.config.ts (#55)
Fix links to Github and "Edit this page"
Signed-off-by: Andrii Bratanin [email protected] (747acd8) - (Andrii Bratanin)
➕ Add
- Added an image of the project contributors to the readme. (#63)
(6c0b63d) - (seriouz)
- Add doc about secret files in docker (#57)
(48fcd4f) - (FroggieFrog)
➖ Remove
- Remove explicit referenced SourceLink (#61)
-
- remove explicit SourceLink
- remove pdb from nupkg
- remove duplicated references (f7b4cee) - (FroggieFrog)
📝 Other
- Generate a zip file for GitHub during a release (#60)
as suggested in #45 (93825f9) - (seriouz)
- Use switch expression (#62)
(771a5bd) - (FroggieFrog)
- Make sure data source directory is only created if necessary (#59)
(d4eb954) - (Marlon Regenhardt)