Releases: Ptt-official-app/go-pttbbs
Releases · Ptt-official-app/go-pttbbs
article-list as descending, api.GUEST
- article-list as descending-mode.
- add api.GUEST
- api.VerifyJwt
- add config with prefix
- init-sem is done in main.
able to pass article content to middleware.
able to pass article content to middleware.
uuser_id with only user_id.
uuser_id cannot be with uid, because there is no such information in article-owner and board-bms
add bbs.UUserID
- add bbs.UUserID
- instructions for run.sh
- no need aid in ArticleID, because aid is not stable with articles.
minor-update
- docker-compose in README.md
- LoadGeneralArticles.is_newest
- bbs.ArticleSummary.BBoardID
- read in ArticleSummary and BoardSummary (skeleton)
sync with official-doc
- add URL in ArticleSummary.
- sync with official-doc
- docker-compose use :3456, :8889, :48764
Able to get article-list.
- LoadGeneralArticles
- Aid conversion
- Rune protobuf
- add docker-compose.
able to be referenced by go-openbbsmiddleware
- tar cache/testcase/boards to be go module
- move routes-definition to api/
minor fix (current-nano-ts in verifyJwt)
Merge pull request #23 from chhsiao1981/release-0.2.2 update version to 0.2.2
Add ReloadBCache if is-new-shm.
change BoardList-Params api to be consistent with middleware.