Browse Source

chore(release): v2.1.0 [skip ci]

Conventional Changelog Action 2 years ago
parent
commit
6f664d2164
2 changed files with 27 additions and 2 deletions
  1. 25 0
      CHANGELOG.md
  2. 2 2
      package.json

+ 25 - 0
CHANGELOG.md

@@ -1,3 +1,28 @@
+# [2.1.0](https://github.com/zyachel/libremdb/compare/v2.0.0...v2.1.0) (2022-11-13)
+
+
+### Bug Fixes
+
+* bypass response limit for media proxy endpoint ([9bce8a2](https://github.com/zyachel/libremdb/commit/9bce8a2dd50736ee969da783c3b29bfb9fa215f4))
+* change to poster for og:image ([261a375](https://github.com/zyachel/libremdb/commit/261a37576b65474ef8867baa622f28a75906f1f2))
+* remove "information collected by other services" in privacy ([6ae71d7](https://github.com/zyachel/libremdb/commit/6ae71d7907f3634773d973c7840b4bfb6aa7ea4d))
+* remove double space in inspiration credit ([478b459](https://github.com/zyachel/libremdb/commit/478b45977d672e111d0a645f4e429087d869e65e))
+
+
+### Features
+
+* add "og:image" property for social media embeds ([a2fc232](https://github.com/zyachel/libremdb/commit/a2fc2322a3e668241473d402442435b4df837df8))
+* cache media proxy data in redis for 30 mins ([2c8d138](https://github.com/zyachel/libremdb/commit/2c8d138cbd7a9d040d23bbc2d209133d0e15b41b))
+* docker support for easy deployment ([b7ee686](https://github.com/zyachel/libremdb/commit/b7ee6863e5536ceb48538fde9a2fc56e2f1535bb))
+* fetch images from media proxy on frontend ([dba2ba5](https://github.com/zyachel/libremdb/commit/dba2ba5aa4c04b0cb177ce058257a3a5338e7a21))
+* IP ratelimit for media proxy ([720f2b6](https://github.com/zyachel/libremdb/commit/720f2b6acb39fa7f6d1149f79e46c2dbc591af7a))
+* make redis cache optional ([7a717aa](https://github.com/zyachel/libremdb/commit/7a717aa212ee1284f1ec377873e232d2717c11c0))
+* media proxy for anonymous loads ([59a314b](https://github.com/zyachel/libremdb/commit/59a314b2bd632faa2ceac7e430be381b23547e89))
+* proxy videos and add more descriptive error messages ([1983f6b](https://github.com/zyachel/libremdb/commit/1983f6b1fb0380642c6488a0347a7073eea20338))
+* update information in FAQ ([44d3a33](https://github.com/zyachel/libremdb/commit/44d3a33fb3366adafd8a629a4b11211bf7479dc8))
+
+
+
 # [2.0.0](https://github.com/zyachel/libremdb/compare/v0.1.2...v2.0.0) (2022-10-31)
 # [2.0.0](https://github.com/zyachel/libremdb/compare/v0.1.2...v2.0.0) (2022-10-31)
 
 
 
 

+ 2 - 2
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "libremdb",
   "name": "libremdb",
-  "version": "2.0.0",
+  "version": "2.1.0",
   "description": "a free & open source IMDb front-end",
   "description": "a free & open source IMDb front-end",
   "private": true,
   "private": true,
   "type": "module",
   "type": "module",
@@ -35,4 +35,4 @@
     "node": ">=16.5.0",
     "node": ">=16.5.0",
     "pnpm": ">=7.0.0"
     "pnpm": ">=7.0.0"
   }
   }
-}
+}