-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(release): prepare for version 1.1.0 alpha.36 #297
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
v1.1.0-alpha.35 # -----BEGIN PGP SIGNATURE----- # # iQIzBAABCAAdFiEEQQ5FeMkincNRq9Cd4xAmMt9ykBMFAmdQTigACgkQ4xAmMt9y # kBOOEhAAuZmbEhqIK3vHFr74sGuauK4xx9K60ftiv12f4GedWv44WrYMZoHLJKp6 # 8wUF/1PCZr78uw5cYhA2uA6DRITkQMq9CaCzxmnAQ32BY9OFL95Ph+DRmxXB0gRL # vfbk8Mb3RZRxFBj9xQ2VovlDn5xCNinoqXxXVjLb2JbAJ3JAjBMUnGOVzXH1AbC/ # vcfyFVnln4kN8F78L6sc1bSwreELVWWVq4Ju7eWdbScgxR7VePyaMsrptLNLwO9L # thow7MYzE8totCXOkY7sKduI+Ap4gJmICRKW1yqgiiKklNq9e4vL9KUPguReXVr2 # znJfVyZHs6WxAumtfcEdGvOp1p2DBSho3GHky6n7QXln4KgmaQH6zPEVUoV+AQJI # XieKU0eYd7JWv3QB0ZAHnjKjmHS99+Dvoz0W3vaXoQdWso5DlpJ2buVxKeE3JEC3 # ljv9QOi2Yb1P21xdgCRJx9WeUBCzm3Kjo7Y95r+G2hb2htQuiaDUDDQ9BV60IJTo # MHKXAOIgFjM3wX/AW1q01ocPuitQoCG/KSl8rNHOhHL9FAadgWfUbodJOjoB0UEi # 1Y+An171Hntzyo42/qa1P/siQrlc4RZgys9Om50KU9pH6PJ8OAa9NTVe2kFh4q0X # wGXUG5PfKRlgdYmHFk3TS7pyz1HA2SqNcGshEtml/5CYqywf66I= # =BLZA # -----END PGP SIGNATURE----- # gpg: Signature made Wed Dec 4 15:42:16 2024 +03 # gpg: using RSA key 410E4578C9229DC351ABD09DE3102632DF729013 # gpg: Good signature from "Milad Nekofar <[email protected]>" [ultimate] # gpg: aka "Milad Nekofar <[email protected]>" [ultimate]
ensure compatibility and security by updating the `cookie` resolution to the latest version. This change addresses potential vulnerabilities and improves dependency management.
remove unused `percent_encode` to ensure code clarity The `percent_encode` function was not being used in the code, leading to unnecessary imports. Cleaning up unused imports helps in maintaining clarity and reducing unnecessary clutter in the codebase.
eliminate the unused mini app handling logic to streamline the codebase. this improves maintainability by removing dead code.
Update the `compatibility_date` to ensure compatibility with new features and improvements in the platform. Keeps the project up-to-date with the latest environment changes.
add rust version to ensure compatibility with latest features and improvements. this change helps maintain code stability with recent updates.
Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](orhun/git-cliff-action@v4.4.1...v4.4.2) --- updated-dependencies: - dependency-name: orhun/git-cliff-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Improve code organization by renaming `routes` to `handlers`. This change clarifies the module's responsibility, enhancing maintainability and readability.
Renamed the `utils` module to `helpers` for better clarity and consistency. This change enhances code readability by providing a more descriptive module name.
Introduce `OpenGraphMeta` struct to streamline and encapsulate the creation of OpenGraph and Twitter HTML meta tags. This enhances code readability and maintainability by centralizing meta tag generation.
upgrade `cookie` for improved compatibility and features. This update increases the required Node.js version to 18, ensuring better performance and security.
streamline `handle_redirect` by introducing `decode_sqid`. This change reduces code duplication and enhances maintainability by encapsulating the SQID decoding logic and related URL construction into reusable functions.
improve clarity by aligning function naming with its purpose.
rename `handle_redirect` to `generate_redirect` and `handle_creation` to `generate_from_url` for improved clarity on their responsibilities. This change enhances readability and aligns function names with their actions.
Remove redundant comments to improve code readability. The comments were unnecessary and cluttered the code.
The typo in the HTML tag was causing improper rendering. Fixing the closing quote ensures valid HTML syntax.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request has been automatically created by a script. It contains changes from the branch 'release/1.1.0-alpha.36'. Please review the changes and merge them if appropriate.