Henry Heng
|
7840a37f2f
|
Release/2.1.0 (#3204)
flowise@2.1.0 release
|
2024-09-17 11:15:12 +01:00 |
|
Henry Heng
|
7103912203
|
Release/2.0.7 (#3107)
flowise@2.0.7 patch bugfix release
|
2024-08-28 19:56:14 +01:00 |
|
Henry Heng
|
58d995a4f3
|
Release/2.0.6 (#3097)
flowise@2.0.6 release
|
2024-08-27 16:56:24 +01:00 |
|
Henry Heng
|
f57dc2477f
|
Release/2.0.5 (#3001)
🥳 flowise patch bugfix @2.0.5
|
2024-08-12 14:51:17 +01:00 |
|
Henry Heng
|
0c161956ad
|
Release/2.0.4 (#2971)
🥳 flowise patch bugfix @2.0.4
|
2024-08-08 00:32:57 +01:00 |
|
Henry Heng
|
75ff97ef12
|
Bugfix/Add langchainhub dependency (#2970)
add langchainhub dependency
|
2024-08-08 00:25:20 +01:00 |
|
Henry Heng
|
f4dfe1803d
|
Release/2.0.3 (#2966)
🥳 flowise@2.0.3
|
2024-08-07 19:20:44 +01:00 |
|
Henry Heng
|
7153093bfc
|
Release/2.0.2 (#2934)
🥳 flowise@2.0.2 release
|
2024-08-05 13:18:39 +01:00 |
|
Henry Heng
|
855e0e31f4
|
Release/2.0.1 (#2859)
🥳 flowise@2.0.1 release
|
2024-07-23 15:29:32 +01:00 |
|
Henry Heng
|
c31a4c95e7
|
Release/2.0.0 (#2844)
🥳 flowise@2.0.0 release
|
2024-07-23 00:00:42 +01:00 |
|
Henry Heng
|
bca4de0c63
|
Feature/seq agents (#2798)
* update build functions
* sequential agents
* update langchain to 0.2, added sequential agent nodes
* add marketplace templates
* update howto wordings
* Merge branch 'main' into feature/Seq-Agents
# Conflicts:
# pnpm-lock.yaml
* update deprecated functions and add new sequential nodes
* add marketplace templates
* update marketplace templates, add structured output to llm node
* add multi agents template
* update llm node with bindmodels
* update cypress version
* update templates sticky note wordings
* update tool node to include human in loop action
* update structured outputs error from models
* update cohere package to resolve google genai pipeThrough bug
* update mistral package version, added message reconstruction before invoke seq agent
* add HITL to agent
* update state messages restructuring
* update load and split methods for s3 directory
|
2024-07-22 17:46:14 +01:00 |
|
Henry Heng
|
074bb738a3
|
Release/1.8.4 (#2805)
* 🥳 flowise release 1.8.4
* 🥳 flowise-components release 1.8.6
|
2024-07-15 15:34:33 +01:00 |
|
Henry Heng
|
7067f90153
|
Release/1.8.3 (#2727)
release flowise 1.8.3
|
2024-06-26 14:01:26 +01:00 |
|
Henry Heng
|
72e5287343
|
Feature/Add tool choices to openai assistant (#2682)
add tool choices to openai
|
2024-06-19 22:41:53 +01:00 |
|
Henry Heng
|
5ba468b4cc
|
🥳 flowise@1.8.2 release (#2625)
|
2024-06-11 22:39:59 +01:00 |
|
Henry
|
1d9927027d
|
🥳 flowise@1.8.1 minor bugfix release
|
2024-06-01 00:09:38 +01:00 |
|
jiabaow
|
f5b08864b8
|
test validateKey (#2485)
add validateKey.test.ts
|
2024-05-29 18:01:35 +01:00 |
|
Henry
|
9d10dc4856
|
🥳 flowise@1.8.0 release
|
2024-05-21 16:50:29 +01:00 |
|
Henry
|
1ee6f1f88a
|
🥳 flowise@1.7.2 minor bugfix release
|
2024-05-09 14:30:23 +01:00 |
|
Henry
|
d34cef2dc7
|
🥳 flowise@1.7.1 release
|
2024-05-06 18:05:36 +01:00 |
|
Henry
|
723837b30f
|
🥳 flowise@1.6.6 release
|
2024-04-25 21:28:48 +01:00 |
|
Henry
|
b34094035d
|
🥳 flowise@1.6.5 minor release
|
2024-04-13 01:04:13 +01:00 |
|
Henry
|
d96459d87b
|
🥳 flowise@1.6.4 minor release
|
2024-04-09 16:38:45 +01:00 |
|
Henry
|
eed7de6df5
|
🥳 flowise@1.6.3 release
|
2024-04-04 15:16:44 +01:00 |
|
Octavian FlowiseAI
|
957694a912
|
feature: modularized express routes for reusability, testability, composability and performance (#2030)
* transition GET /api/v1/apikey
* transition POST /api/v1/apikey
* transition PUT /api/v1/apikey/:id
* transition DELETE /api/v1/apikey/:id
* Enable e2e tests for api/v1/apikey routes
* remove unused addChatflowsCount
* Enable e2e tests for api/v1/variables routes
* Enable Cypress in GitHub Action
* Update main.yml
* Update main.yml
* Transition GET /api/v1/variables
* Enable cypress on github workflow
* Transition POST /api/v1/variables
* Transition PUT /api/v1/variables
* Transition DELETE /api/v1/variables
* Transition GET /api/v1/variables
* Transition GET /api/v1/chatflows
* Transition GET /api/v1/chatflows/:id
* Transition POST /api/v1/chatflows
* Transition DELETE /api/v1/chatflows/:id
* Transition PUT /api/v1/chatflows/:id
* Transition GET /api/v1/chatflows/apikey/:apiKey
* Transition GET /api/v1/credentials
* Transition POST /api/v1/credentials
* Transition GET /api/v1/credentials/:id
* Transition PUT /api/v1/credentials/:id
* Transition DELETE /api/v1/credentials/:id
* Transition GET /api/v1/tools
* Transition GET /api/v1/tools/:id
* Transition POST /api/v1/tools
* Transition PUT & DELETE /api/v1/tools/:id
* Transition /api/v1/assistants routes
* Transition /api/v1/nodes routes
* Transition GET /api/v1/chatflows-streaming/:id & GET /api/v1/chatflows-uploads/:id
* wip-all-routes
* Transition GET /api/v1/public-chatflows/:id & /api/v1/public-chatbotConfig/:id
* Remove ts-ignore annotations
* Transition GET /api/v1/chatmessage/:id
* Transition POST /api/v1/chatmessage/:id
* delete /api/v1/chatmessage/:id
* transition /api/v1/feedback/:id routes
* transition /api/v1/stats/:id
* Transition GET /api/v1/openai-assistants/:id
* Transition GET /api/v1/openai-assistants
* Transition POST /api/v1/openai-assistants-file
* transition GET /api/v1/get-upload-path
* transition GET /api/v1/get-upload-file
* transition GET /api/v1/flow-config/:id
* transition POST /api/v1/node-config
* transition GET /api/v1/version
* transition GET /api/v1/fetch-links
* transition POST /api/v1/vector/upsert/:id
* transition POST /api/v1/vector/internal-upsert/:id
* transition POST /api/v1/load-prompt
* Update index.ts
* transition POST /api/v1/prompts-list
* transition predictions
* Update index.ts
* transition GET /api/v1/marketplaces/templates
* Router update modularity cleanup
* extend request interface - express namespace
* Update index.ts
* add errorMiddleware
* Add custom application error handler
* Fix pnpm lock file
* prediction return and vector upsert
* Move the getUploadsConfig into its own file
* Remove lint warnings
* fix undefined variable value
* Fix node-load-method api call
* standardize the error message display
* Apply review comment bugfixes
* Update index.ts
* standardize error message display in snack notifications
* Error message standard in the UI
* Rename flowXpressApp to appServer
* Upload middleware fix and axios update
* fix async await
---------
Co-authored-by: Henry <hzj94@hotmail.com>
|
2024-04-02 16:44:04 +01:00 |
|
Zheng Can
|
a09b7f7e39
|
Use mysql2 to fix mysql connection issue for mysql 8 (#1955)
* Use mysql2 to fix mysql connection issue for mysql 8
* update pnpm-lock
* update pnpm-lock
* fix lint issue
* fix lint issue
|
2024-03-30 23:58:15 +08:00 |
|
Henry Heng
|
7e84049990
|
Bugfix/Postgres migration column type (#2026)
fix postgres migration column type
|
2024-03-24 19:56:07 +08:00 |
|
Henry
|
57efa25fe5
|
🥳 flowise@1.6.2 release
|
2024-03-20 01:17:50 +08:00 |
|
Emrah TOY
|
ec1bbc84bc
|
Fix#1947 (#1960)
* Fixes #1947
* Lint fix
* fallback from timestamp with timezone to timestamp
---------
Co-authored-by: Emrah TOY <emrah.toy@mtekbilisim.com>
|
2024-03-19 17:57:45 +08:00 |
|
Henry
|
56b610cfa2
|
🥳 flowise@1.6.1
|
2024-03-13 01:51:11 +08:00 |
|
Ilango
|
de2ac1d13c
|
Update nuke command - remove .turbo dir
|
2024-03-07 11:18:45 +05:30 |
|
Ilango
|
e3b5309855
|
Fix merge conflicts
|
2024-03-06 16:03:12 +05:30 |
|
Henry
|
c4b9de2ddc
|
🥳 flowise@1.6.0
|
2024-02-28 02:29:47 +08:00 |
|
Ilango
|
7e84268f0d
|
Add content-disposition package for handling content disposition response header
|
2024-02-23 15:59:56 +05:30 |
|
Henry
|
b12d0d6996
|
🥳 flowise@1.5.1 release
|
2024-02-21 12:09:49 +08:00 |
|
Henry
|
7faaf13ccc
|
🥳 flowise@1.5.0 release
|
2024-02-06 03:02:52 +08:00 |
|
Henry
|
c98ef7a8b1
|
🥳 flowise@1.4.12 release
|
2024-01-31 13:35:00 +00:00 |
|
Henry
|
1c6694b197
|
🥳 flowise@1.4.11 release
|
2024-01-25 16:22:42 +00:00 |
|
Henry
|
953e1468bb
|
add telemetry
|
2024-01-19 00:02:31 +00:00 |
|
Henry
|
8c1e62be42
|
🥳 flowise@1.4.10 release
|
2024-01-16 16:09:13 +00:00 |
|
Henry
|
e513b69e3e
|
🥳 flowise@1.4.9 bugfix release
|
2024-01-03 00:54:31 +00:00 |
|
Henry
|
573863ae6c
|
🥳 flowise@1.4.8 minor release
|
2023-12-30 23:39:05 +00:00 |
|
Henry
|
9a312d8923
|
🥳 flowise@1.4.7 release
|
2023-12-20 16:51:07 +00:00 |
|
Henry
|
9c7f981933
|
🥳 flowise@1.4.6 release
|
2023-12-18 12:24:56 +00:00 |
|
Henry
|
bac91eed00
|
🥳 flowise@1.4.5 release
|
2023-12-09 14:44:53 +00:00 |
|
Henry Heng
|
3eaca7c762
|
Merge pull request #1327 from vinodkiran/BUGFIX/XSS
Bugfix/xss
|
2023-12-09 14:22:46 +00:00 |
|
Henry
|
c06c25b0af
|
add sanitize html types
|
2023-12-09 14:12:30 +00:00 |
|
Henry
|
a0c2b8b26a
|
🥳 flowise@1.4.4 release
|
2023-12-08 14:19:57 +00:00 |
|
vinodkiran
|
99bc9d64fb
|
XSS: replacing deprecated sanitize-js with sanitize-html
|
2023-12-08 18:50:58 +05:30 |
|
vinodkiran
|
e67c43157a
|
XSS: Simplified by adding XSS middleware
|
2023-12-07 16:06:32 +05:30 |
|