[PR #9] [MERGED] feat(v1.2.0): minor feature updates and improvements #20

Closed
opened 2026-03-01 14:35:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/alpkeskin/rota/pull/9
Author: @alpkeskin
Created: 2/2/2025
Status: Merged
Merged: 2/2/2025
Merged by: @alpkeskin

Base: mainHead: v/1.2.0


📝 Commits (2)

  • 13223d8 feat(v1.2.0): minor feature updates and improvements
  • f6b918b fix(goreleaser): version added

📊 Changes

24 files changed (+770 additions, -337 deletions)

View changed files

📝 .goreleaser.yml (+2 -0)
📝 README.md (+15 -16)
📝 cmd/rota/main.go (+26 -7)
📝 config.yml (+7 -1)
📝 go.mod (+2 -0)
📝 go.sum (+4 -0)
📝 internal/api/api.go (+43 -57)
internal/api/api_types.go (+60 -0)
📝 internal/config/config.go (+4 -3)
📝 internal/config/schema.go (+18 -6)
📝 internal/middleware/middleware.go (+39 -5)
internal/proxy/cert_storage_test.go (+59 -0)
📝 internal/proxy/check.go (+0 -9)
📝 internal/proxy/loader.go (+0 -8)
📝 internal/proxy/proxy.go (+15 -198)
internal/proxy/proxy_handler.go (+75 -0)
internal/proxy/proxy_handler_test.go (+73 -0)
internal/proxy/proxy_rotation.go (+121 -0)
📝 internal/proxy/proxy_test.go (+29 -27)
internal/proxy/proxy_types.go (+80 -0)

...and 4 more files

📄 Description

This merge request represents the minor version release (v1.2.0) of Rota to the main branch.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/alpkeskin/rota/pull/9 **Author:** [@alpkeskin](https://github.com/alpkeskin) **Created:** 2/2/2025 **Status:** ✅ Merged **Merged:** 2/2/2025 **Merged by:** [@alpkeskin](https://github.com/alpkeskin) **Base:** `main` ← **Head:** `v/1.2.0` --- ### 📝 Commits (2) - [`13223d8`](https://github.com/alpkeskin/rota/commit/13223d8ae84642bfafaf576d05bb6613328045f7) feat(v1.2.0): minor feature updates and improvements - [`f6b918b`](https://github.com/alpkeskin/rota/commit/f6b918bfbcc06db98a58d440135018b1e96eabbd) fix(goreleaser): version added ### 📊 Changes **24 files changed** (+770 additions, -337 deletions) <details> <summary>View changed files</summary> 📝 `.goreleaser.yml` (+2 -0) 📝 `README.md` (+15 -16) 📝 `cmd/rota/main.go` (+26 -7) 📝 `config.yml` (+7 -1) 📝 `go.mod` (+2 -0) 📝 `go.sum` (+4 -0) 📝 `internal/api/api.go` (+43 -57) ➕ `internal/api/api_types.go` (+60 -0) 📝 `internal/config/config.go` (+4 -3) 📝 `internal/config/schema.go` (+18 -6) 📝 `internal/middleware/middleware.go` (+39 -5) ➕ `internal/proxy/cert_storage_test.go` (+59 -0) 📝 `internal/proxy/check.go` (+0 -9) 📝 `internal/proxy/loader.go` (+0 -8) 📝 `internal/proxy/proxy.go` (+15 -198) ➕ `internal/proxy/proxy_handler.go` (+75 -0) ➕ `internal/proxy/proxy_handler_test.go` (+73 -0) ➕ `internal/proxy/proxy_rotation.go` (+121 -0) 📝 `internal/proxy/proxy_test.go` (+29 -27) ➕ `internal/proxy/proxy_types.go` (+80 -0) _...and 4 more files_ </details> ### 📄 Description This merge request represents the minor version release (v1.2.0) of Rota to the main branch. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:35:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rota#20
No description provided.