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

Release 3.1.0 #670

Merged
merged 13 commits into from
Aug 14, 2023
Merged

Release 3.1.0 #670

merged 13 commits into from
Aug 14, 2023

Conversation

Technoboy-
Copy link
Contributor

@Technoboy- Technoboy- commented Aug 8, 2023

Motivation

Add docs for release 3.1.0

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

@github-actions
Copy link
Contributor

github-actions bot commented Aug 8, 2023

@Technoboy- Please add the following content to your PR description and select a checkbox:

- [ ] `doc` <!-- Your PR contains doc changes -->
- [ ] `doc-required` <!-- Your PR changes impact docs and you will update later -->
- [ ] `doc-not-needed` <!-- Your PR changes do not impact docs -->
- [ ] `doc-complete` <!-- Docs have been already added -->

@Technoboy- Technoboy- added doc Improvements or additions to documentation and removed doc-label-missing labels Aug 8, 2023
@Anonymitaet Anonymitaet added this to the 3.1.0 milestone Aug 9, 2023
@Anonymitaet
Copy link
Member

FYI: I've collected some noteworthy doc changes for 3.1.0 from the pulsar-site repo and listed them based on components (broker, io/function, security, client, metrics, website).


- [feat][doc] add overview for broker load balancing [#621](https://github.com/apache/pulsar-site/pull/621)
- [feat][doc] add concepts for broker load balancing [#644](https://github.com/apache/pulsar-site/pull/644)
- [feat][doc] add use cases + features + benefits + types for broker load balancing [#652](https://github.com/apache/pulsar-site/pull/652)
- [feat][doc] add Quick Start for broker load balancing [#660](https://github.com/apache/pulsar-site/pull/660)
- [feat][doc] add migration tutorials for broker load balancing [#657](https://github.com/apache/pulsar-site/pull/657)
- [feat][doc] add metrics for broker load balancing [#646](https://github.com/apache/pulsar-site/pull/646)
- [feat][doc] add configurations for broker load balancing [#661](https://github.com/apache/pulsar-site/pull/661)
- [feat][doc] add development docs for broker load balancing [#662](https://github.com/apache/pulsar-site/pull/662)
- [improve][doc] clarify detailed behaviors for failover subscription type [#633](https://github.com/apache/pulsar-site/pull/633/files)
- [improve][doc] add docs for supporting reading config options from files in Python runner [#544](https://github.com/apache/pulsar-site/pull/544)
- [improve][doc] add solutions for debezium-source-mysql connection errors [#649](https://github.com/apache/pulsar-site/pull/649)
- [feat][doc] add docs for OpenID Connect Auth Provider [#555](https://github.com/apache/pulsar-site/pull/555)
- [feat][doc] add docs for openIDKeyIdCacheMissRefreshSeconds setting [#580](https://github.com/apache/pulsar-site/pull/580)
- [feat][doc] add docs for KubernetesServiceAccountTokenAuthProvider [#570](https://github.com/apache/pulsar-site/pull/570/)
- [feat][doc] add client matrix page [#513](https://github.com/apache/pulsar-site/pull/513)
- [feature][doc] add docs for client memory limits [#571](https://github.com/apache/pulsar-site/pull/571)
- [feature][doc] add docs for CPP client table view [#565](https://github.com/apache/pulsar-site/pull/565)
- [improve] [doc] add compatibility reminders for retry queues [#651](https://github.com/apache/pulsar-site/pull/651)
- [feat][doc] add docs for JVM metrics in Pulsar broker [#567](https://github.com/apache/pulsar-site/pull/567)
- [feat][doc] add docs for bucket delayed message tracker metrics [#564](https://github.com/apache/pulsar-site/pull/564)
- [fix][doc] exclude outdated versions of API documentation from search engine results [#623](https://github.com/apache/pulsar-site/pull/623)
- [feat][website] implement 'How does Pulsar work' homepage screen [#614](https://github.com/apache/pulsar-site/pull/614)

@Technoboy-
Copy link
Contributor Author

  • [feat][doc] add overview for broker load balancing #621
  • [feat][doc] add concepts for broker load balancing #644
  • [feat][doc] add use cases + features + benefits + types for broker load balancing #652
  • [feat][doc] add Quick Start for broker load balancing #660
  • [feat][doc] add migration tutorials for broker load balancing #657
  • [feat][doc] add metrics for broker load balancing #646
  • [feat][doc] add configurations for broker load balancing #661
  • [feat][doc] add development docs for broker load balancing #662
  • [improve][doc] clarify detailed behaviors for failover subscription type #633
  • [improve][doc] add docs for supporting reading config options from files in Python runner #544
  • [improve][doc] add solutions for debezium-source-mysql connection errors #649
  • [feat][doc] add docs for OpenID Connect Auth Provider #555
  • [feat][doc] add docs for openIDKeyIdCacheMissRefreshSeconds setting #580
  • [feat][doc] add docs for KubernetesServiceAccountTokenAuthProvider #570
  • [feat][doc] add client matrix page #513
  • [feature][doc] add docs for client memory limits #571
  • [feature][doc] add docs for CPP client table view #565
  • [improve] [doc] add compatibility reminders for retry queues #651
  • [feat][doc] add docs for JVM metrics in Pulsar broker #567
  • [feat][doc] add docs for bucket delayed message tracker metrics #564
  • [fix][doc] exclude outdated versions of API documentation from search engine results #623
  • [feat][website] implement 'How does Pulsar work' homepage screen #614

Thanks

@Technoboy- Technoboy- changed the title [Don't merge] Release 3.1.0 Release 3.1.0 Aug 14, 2023
versions.json Outdated Show resolved Hide resolved
Copy link
Member

@Anonymitaet Anonymitaet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you updated static/reference/index.html? https://github.com/apache/pulsar-site/pull/575/files

@Technoboy-
Copy link
Contributor Author

Have you updated static/reference/index.html? https://github.com/apache/pulsar-site/pull/575/files

Fixed, thanks

@tisonkun
Copy link
Member

RewriteRule "^docs/(.*)$" "/docs/3.0.x/$1" [R=301,DPI,L]

This line should be updated to 3.1.x also. I don't update it to the release process yet :(

@Technoboy-
Copy link
Contributor Author

RewriteRule "^docs/(.*)$" "/docs/3.0.x/$1" [R=301,DPI,L]

This line should be updated to 3.1.x also. I don't update it to the release process yet :(

ok

@Technoboy- Technoboy- merged commit 40b8b55 into main Aug 14, 2023
2 checks passed
@Technoboy- Technoboy- self-assigned this Aug 14, 2023
@tisonkun tisonkun deleted the doc_release_3.1.0 branch August 14, 2023 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants