Skip to content

Releases: lilnouns/lilnouns-bots

v1.0.0-alpha.17

22 Sep 18:46
v1.0.0-alpha.17
70f1e96
Compare
Choose a tag to compare
v1.0.0-alpha.17 Pre-release
Pre-release

Miscellaneous Tasks

  • Update deployment command in GitHub Actions

v1.0.0-alpha.16

22 Sep 18:24
v1.0.0-alpha.16
38c2b43
Compare
Choose a tag to compare
v1.0.0-alpha.16 Pre-release
Pre-release

Refactor

  • Remove HTML parsing from property description

Miscellaneous Tasks

  • Update wrangler dev command in package.json

v1.0.0-alpha.9

21 Sep 07:07
v1.0.0-alpha.9
229e2ab
Compare
Choose a tag to compare
v1.0.0-alpha.9 Pre-release
Pre-release

Refactor

  • Update Cache struct to hold KvStore directly
  • Update DiscordHandler and GraphQLFetcher to remove lifetime notations

Miscellaneous Tasks

  • Move secret environment variables to deploy workflow
  • Add PNPM dependencies maintenance to dependabot
  • Optimize worker-build installation in GitHub workflows

v1.0.0-alpha.8

21 Sep 05:26
v1.0.0-alpha.8
8f5e30f
Compare
Choose a tag to compare
v1.0.0-alpha.8 Pre-release
Pre-release

Bug Fixes

  • Replace incorrect field mapping in Prop House comment model

Refactor

  • Remove caching system from project
  • Update fetcher functions to use worker env
  • Update fetcher to use GraphQLFetcher struct
  • Add caching functionality to enhance performance
  • Move code into lib.rs for modularity and error handling
  • Update caching and fetching mechanism
  • Update the pnpm-lock.yaml and Cargo.lock files
  • Update DiscordHandler to use a custom in-memory cache system
  • Update formatting and date variable in prop handlers

Miscellaneous Tasks

  • Add package.json for LilNouns bots project
  • Add wrangler.toml configuration for deployment
  • Add wasm-pack and additional dependencies in Cargo.toml
  • Add node_modules to .gitignore
  • Update package.json for deployment and development
  • Add wasm32 target to Cargo configuration
  • Update and rearrange dependencies
  • Update dev script in package.json
  • Add .wrangler to .gitignore
  • Update build process in GitHub Actions workflow
  • Update build command in GitHub Actions workflow
  • Add deployment workflow for GitHub Actions

v1.0.0-alpha.15

21 Sep 20:21
v1.0.0-alpha.15
875795d
Compare
Choose a tag to compare
v1.0.0-alpha.15 Pre-release
Pre-release

Refactor

  • Update kv_namespaces configuration in wrangler.toml

v1.0.0-alpha.14

21 Sep 19:58
v1.0.0-alpha.14
e162770
Compare
Choose a tag to compare
v1.0.0-alpha.14 Pre-release
Pre-release

Refactor

  • Improve error handling and logging in fetchers
  • Add debug logging to cache operations

Miscellaneous Tasks

  • Update build command in wrangler.toml
  • Add new kv_namespace to wrangler.toml

v1.0.0-alpha.13

21 Sep 18:24
v1.0.0-alpha.13
236e7ce
Compare
Choose a tag to compare
v1.0.0-alpha.13 Pre-release
Pre-release

Miscellaneous Tasks

  • Move kv_namespaces to env.dev in wrangler.toml

v1.0.0-alpha.12

21 Sep 18:11
v1.0.0-alpha.12
36a6ec6
Compare
Choose a tag to compare
v1.0.0-alpha.12 Pre-release
Pre-release

Refactor

  • Update key names for prop lot and prop house setup
  • Improve cache handling for ideas, votes, comments
  • Add info logs in Prop Lot and Prop House setup checks
  • Update caching strategy in prop house handler
  • Update to fetch all ideas in vote and comment handlers
  • Improve caching and fetching logic in prop house module
  • Improve logging for fetch and handler operations
  • Add logging to DiscordHandler operations
  • Update data type in prop lot module

Miscellaneous Tasks

  • Add dev environment in wrangler.toml
  • Remove redundant worker-build steps from deploy workflow
  • Update API token reference in deployment workflow
  • Add KV namespace binding to wrangler.toml

v1.0.0-alpha.11

21 Sep 09:06
v1.0.0-alpha.11
22c6219
Compare
Choose a tag to compare
v1.0.0-alpha.11 Pre-release
Pre-release

Miscellaneous Tasks

  • Update deployment settings in GitHub Actions
  • Add cron triggers to wrangler.toml

v1.0.0-alpha.10

21 Sep 08:12
v1.0.0-alpha.10
73f8819
Compare
Choose a tag to compare
v1.0.0-alpha.10 Pre-release
Pre-release

Refactor

  • Improve error handling for Prop Lot and Prop House setup

Miscellaneous Tasks

  • Update triggers for Deploy & Publish Workflow