Releases: hedon-rust-road/hedon-bot
Releases · hedon-rust-road/hedon-bot
v0.0.12-inside-rust-blog
0.0.12-inside-rust-blog - 2024-08-02
Features
- support inside rust blog - (d69fff8) - wangjiahan
Other
- Merge remote-tracking branch 'origin/master' - (c6e2e00) - wangjiahan
v0.0.11-rust-blog
0.0.11-rust-blog - 2024-07-31
Bug Fixes
- (go-blog) read link href from xml - (3ba97fd) - wangjiahan
- (log) fix log level to use tracing info and error - (54abb29) - wangjiahan
Features
- support set proxy when fetch atom - (96936d5) - wangjiahan
- support rust official blog - (8a534a1) - wangjiahan
- add rust blog to cron task list - (15ba121) - wangjiahan
Refactoring
- (rss) add
try_new
method for Rss to create instance easily - (5b58de7) - wangjiahan - rename
rss
tofeed
and movefeed
andatom
belowcontent_feed
module - (26a4a95) - wangjiahan - rename
feed
torss
- (75567e8) - wangjiahan
Tests
- (atom) add test for atom try_new function - (8e1296c) - wangjiahan
v0.0.10-go-blog
0.0.10-go-blog - 2024-07-30
Documentation
- (changelog) rollback changelog - (137fcd4) - wangjiahan
Features
- support resolve xml into atom - (824c0f1) - wangjiahan
- support to fetch go official blog by atom - (f59e792) - wangjiahan
- add
go_blog
to cron job - (e2baf6d) - wangjiahan
Other
- Merge remote-tracking branch 'origin/master' - (62766ad) - wangjiahan
Refactoring
v0.0.9-openai-host
0.0.9-openai-host - 2024-07-17
Documentation
- add
openai_host
configuration introduction. - (e28b5ca) - wangjiahan
Features
- support to specify
openai_host
, because openai is nolong supported to be visited in some areas. - (2f9e102) - wangjiahan
v0.0.8-log
v0.0.7-log
v0.0.6-redis-blog
0.0.6-redis-blog - 2024-05-16
Bug Fixes
- swap
take_while
andfilter
ordering in getting redis articles. - (12458fa) - wangjiahan
Documentation
v0.0.5-redis-blog
0.0.5-redis-blog - 2024-05-16
Features
- support to set proxy for sending request to openai. - (24053ab) - wangjiahan
- update README and change openai_api_key of configuration to be optional. - (32ae021) - wangjiahan
Other
- Merge remote-tracking branch 'origin/master' - (21ff303) - wangjiahan
v0.0.4-redis-blog
0.0.4-redis-blog - 2024-05-16
Features
- support to fetch blogs from redis official blogs. - (63e6365) - wangjiahan
- add chatgpt request, response and send demo. - (2df3015) - wangjiahan
- support to fetch redis official blogs and use chatgpt to summarize the content. - (04af756) - wangjiahan
Miscellaneous Chores
- delete useless files. - (52a015c) - hedon954
Other
- Merge remote-tracking branch 'origin/master' - (56c20b3) - wangjiahan
v0.0.3-go-weekly
0.0.3-go-weekly - 2024-05-10
Documentation
- update README to adpat configure struct changes. - (d0f688f) - wangjiahan
Features
- limit once post articles count. - (8355cca) - wangjiahan
Refactoring
- refactoring the configuration structure to gather the configuration information on
ArticleSourceConfig
for each channel. - (0bec071) - wangjiahan