Skip to content
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
merged 16 commits into from
Dec 7, 2024

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Dec 7, 2024

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.

nekofar and others added 16 commits December 4, 2024 15:42
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.
@nekofar nekofar merged commit f4586e1 into master Dec 7, 2024
3 checks passed
@nekofar nekofar deleted the release/1.1.0-alpha.36 branch December 7, 2024 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant