11 Commits

Author SHA1 Message Date
Daniel López Azaña
2a68c66704 (Cargo.toml): bump version to 0.1.6 for new release
 (ls_client.rs): add LS_data_adapter parameter to subscription request
♻️ (ls_client.rs): conditionally remove LS_data_adapter if empty to clean up request params
2024-04-07 20:32:51 +02:00
Daniel López Azaña
01b70468fc (Cargo.toml): bump version to 0.1.5 for new release
 (ls_client.rs): add TLCP_VERSION constant for protocol version tracking
♻️ (ls_client.rs): remove commented-out code and unused println for cleaner codebase
♻️ (ls_client.rs): use TLCP_VERSION constant instead of hardcoded protocol string
 (ls_client.rs): handle 'reqok' server message for better server communication
♻️ (subscription.rs): change error type to Box<dyn Error> for more generic error handling
🐛 (subscription.rs): fix error message to be more descriptive when items or fields are missing
2024-04-07 20:24:35 +02:00
Daniel López Azaña
2883c5e050 ⬆️ (Cargo.toml): bump package version from 0.1.3 to 0.1.4 2024-04-05 18:18:01 +02:00
Daniel López Azaña
46cd2fd0af ⬆️ (Cargo.toml): bump version from 0.1.2 to 0.1.3
 (connection_details.rs): add user and password parameters to ConnectionDetails::new

♻️ (ls_client.rs): refactor user and password handling into ConnectionDetails

🐛 (ls_client.rs): downgrade TLCP protocol version from 2.5.0 to 2.4.0

 (main.rs): update LightstreamerClient::new call to include optional username and password parameters
2024-04-05 17:38:05 +02:00
Daniel López Azaña
1d74478512 ⬆️ (Cargo.toml): bump version to 0.1.2 for new release
♻️ (connection_details.rs): refactor `new` method to return Result for better error handling
 (connection_details.rs): set default adapter set to "DEFAULT" if none provided

 (ls_client.rs): update `new` method to handle Result from ConnectionDetails::new

🐛 (main.rs): fix subscription item list to include correct items
♻️ (main.rs): replace magic number with constant for max connection attempts
2024-04-05 16:29:01 +02:00
Daniel López Azaña
0a1fa8873a ⬆️ (Cargo.toml): bump package version to 0.1.1 for new release
♻️ (ls_client.rs): streamline WebSocket 'wsok' message sending code
2024-04-04 20:19:38 +02:00
Daniel López Azaña
7af7a7626a WARNING: unstable commit.
🔧 Update .gitignore to exclude .vscode directory
 Add futures-util and url dependencies to Cargo.toml
♻️ Refactor error handling into separate error module in Rust project
💡 Add get_password method documentation in connection_details.rs
♻️ Replace String with Transport enum for forced_transport in connection_options.rs
 Implement WebSocket connection logic in ls_client.rs with async support
 Add ClientStatus, ConnectionType, and DisconnectionType enums to manage client states in ls_client.rs

 (main.rs): add Transport enum to LightstreamerClient imports for WebSocket support
♻️ (main.rs): refactor signal handling to use SharedState struct for clean shutdown
 (main.rs): implement AtomicBool for graceful disconnect handling
📝 (main.rs): update comments to reflect new signal handling logic
 (main.rs): set forced transport to WebSocket streaming in Lightstreamer client options
 (util.rs): create new util module with clean_message function for message sanitization
2024-03-30 20:59:58 +01:00
Daniel López Azaña
c6745a22e7 (Cargo.toml): add signal-hook dependency for signal handling
♻️ (client_listener.rs): make ClientListener trait Send to allow cross-thread usage
 (main.rs): implement signal handling for graceful shutdown
♻️ (main.rs): refactor client creation to use Arc<Mutex> for shared state
♻️ (main.rs): add retry logic for persistent connection attempts
♻️ (subscription_listener.rs): make SubscriptionListener trait Send to allow cross-thread usage
2024-03-30 13:40:59 +01:00
daniloaz
7e1eb27a06 Created structure and scaffolding for the Lightstreamer client. 2024-03-24 20:39:43 +01:00
daniloaz
dfd6b4a2b7 🔧 (Cargo.toml): Update license identifier from 'GPL 3.0' to 'GPL-3.0-only' for better SPDX compliance 2024-03-23 13:34:01 +01:00
daniloaz
57ec093188 Add initial Cargo.toml for Lightstreamer client 2024-02-16 21:29:54 +01:00