Skip to content

Releases: hedon-rust-road/hedon-bot

v0.0.12-inside-rust-blog

02 Aug 02:54
Compare
Choose a tag to compare

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

31 Jul 11:27
Compare
Choose a tag to compare

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 to feed and move feed and atom below content_feed module - (26a4a95) - wangjiahan
  • rename feed to rss - (75567e8) - wangjiahan

Tests

  • (atom) add test for atom try_new function - (8e1296c) - wangjiahan

v0.0.10-go-blog

30 Jul 08:28
Compare
Choose a tag to compare

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

  • use traicing to record log instead of log4rs - (16eac92) - wangjiahan
  • move rss channels below channels module - (d2a12c0) - wangjiahan

v0.0.9-openai-host

17 Jul 06:55
Compare
Choose a tag to compare

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

05 Jun 07:04
Compare
Choose a tag to compare

0.0.8-log - 2024-06-05

Bug Fixes

  • log config - (ed4f62d) - wangjiahan

Features

  • add log - (a12650d) - wangjiahan
  • use tokio_cron_scheduler to replace job_scheduler - (2b205d1) - wangjiahan

Miscellaneous Chores

  • delete useless info code. - (111f0bb) - wangjiahan

v0.0.7-log

05 Jun 03:14
Compare
Choose a tag to compare

0.0.7-log - 2024-06-05

Bug Fixes

  • log4rs.yml config. - (173573d) - wangjiahan
  • log4rs - (be7a509) - wangjiahan

Features

  • update log4rs.yml config. - (ff0697e) - wangjiahan
  • use chatgpt to translate go weekly articles. - (036ba36) - Hedon
  • add info log - (e1acf9f) - wangjiahan

v0.0.6-redis-blog

16 May 07:50
Compare
Choose a tag to compare

0.0.6-redis-blog - 2024-05-16

Bug Fixes

  • swap take_while and filter ordering in getting redis articles. - (12458fa) - wangjiahan

Documentation

  • update README features. - (545eb7c) - wangjiahan
  • add Used Rss Feeds section to README. - (7f142d0) - wangjiahan
  • update Installation section of the REAMDE. - (11ef17f) - wangjiahan
  • change section Core FrameWorks and Libraries to Core crates. - (9244daa) - wangjiahan

v0.0.5-redis-blog

16 May 07:17
Compare
Choose a tag to compare

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

16 May 03:33
Compare
Choose a tag to compare

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

10 May 08:09
Compare
Choose a tag to compare

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