You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Enhance database preparation scripts for PostgreSQL
- Added error handling in prepare-database.cmd to check for the presence of the 'psql' command.
- Introduced a new Bash script (prepare-database.sh) that provides similar functionality with improved usage instructions and error handling.
- Both scripts now support creating and erasing the sample database with clear user prompts.
* feat: Add contributing guidelines, security policy, and update README for PostgreSQL caching library
- Introduced a new CONTRIBUTING.md file outlining contribution standards and development setup.
- Added SECURITY.md to detail security policies, reporting vulnerabilities, and best practices.
- Enhanced README.md with a comprehensive introduction, installation instructions, and usage examples.
- Updated project to target .NET 6, 8, and 9, and bumped version to 5.0.0.
- Improved error handling in DatabaseExpiredItemsRemoverLoop and added logging for better diagnostics.
- Updated sample projects to reflect changes in dependencies and configurations.
* chore: Remove outdated badges from README.md
- Removed Build Status and Code Quality badges from the README.md file to streamline the documentation.
- This change reflects a shift in focus towards more relevant information for users.
* build: Update .NET Core version to 9.0.x and actions/upload-artifact to v4 in CI workflow
- Bumped the .NET Core version from 8.0.x to 9.0.x in the GitHub Actions workflow.
- Updated the upload-artifact action from v1 to v4 for improved functionality and performance.
0 commit comments